diff --git a/install.sh b/install.sh index 026ee2f97..0829133f0 100755 --- a/install.sh +++ b/install.sh @@ -387,7 +387,7 @@ install_aur() { if [ ! "${DRY_RUN-}" ]; then cd "$CACHE_DIR/code-server-aur" fi - sh_c makepkg -si + sh_c makepkg -si --noconfirm echo_systemd_postinstall AUR }