Revert Don't update packages on Arch based containers

This commit is contained in:
Christoph
2024-11-20 13:07:48 +01:00
committed by GitHub
parent a56b565393
commit 81746bcd8b

View File

@@ -50,7 +50,7 @@ if [ ! -f /usr/bin/tailscale ] || [ ! -f /usr/bin/tailscaled ]; then
PACKAGES_INSTALL="apk add"
elif which pacman >/dev/null 2>&1; then
echo "Detected pacman Package Manager!"
PACKAGES_INSTALL="pacman -Sy --noconfirm"
PACKAGES_INSTALL="pacman -Syu --noconfirm"
else
echo "ERROR: Detection from Package Manager failed!"
error_handler