mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 18:19:54 -06:00
Revert Don't update packages on Arch based containers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user