diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index cb41dea..8da9b27 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -325,9 +325,7 @@ if [ "$update_system" == "y" ] info "Updating system..." case "$os" in "arch"|"manjaro") - ( - echo "pacman --noconfirm -Syyu" - ) | chroot "$root_mount_path" /bin/bash || error + echo "pacman --noconfirm -Syyu" | chroot "$root_mount_path" /bin/bash || error ;; "moode"|"retropie") (