added paru packages for android-sdk
This commit is contained in:
4
dist/arch/paru.txt
vendored
4
dist/arch/paru.txt
vendored
@@ -0,0 +1,4 @@
|
|||||||
|
android-sdk-cmdline-tools-latest
|
||||||
|
android-sdk-platform-tools
|
||||||
|
android-sdk-build-tools
|
||||||
|
android-platform
|
||||||
|
|||||||
12
dist/pacman.sh
vendored
12
dist/pacman.sh
vendored
@@ -49,4 +49,16 @@ else
|
|||||||
rm -rf paru
|
rm -rf paru
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
PARU_PACKAGE_FILE="dist/arch/paru.txt"
|
||||||
|
|
||||||
|
if [ ! -f "$PARU_PACKAGE_FILE" ]; then
|
||||||
|
echo "AUR packages file not found: $PARU_PACKAGE_FILE"
|
||||||
|
exit 1
|
||||||
|
else
|
||||||
|
mapfile -t paru_packages < "$PARU_PACKAGE_FILE"
|
||||||
|
paru -Syu --noconfirm "${paru_packages[@]}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "All packages installed successfully."
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user