updated license manager
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 7m11s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 13s

This commit is contained in:
2025-12-09 17:45:15 +01:00
parent 8e769ef4c6
commit 9e31a400fd
2 changed files with 3 additions and 1 deletions

2
dist/pacman.sh vendored
View File

@@ -71,7 +71,7 @@ else
mapfile -t paru_packages < "$PARU_PACKAGE_FILE"
echo "Installing AUR packages using paru as user $BUILD_USER..."
yes | su - "$BUILD_USER" -c "paru -S --noconfirm ${paru_packages[*]}"
yes | su - "$BUILD_USER" -c "yes | sdkmanager --licenses"
yes | su - "$BUILD_USER" -c "yes | /opt/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses"
yes | su - "$BUILD_USER" -c "yes | sudo pacman -Syu --noconfirm gradle"
fi