From 6bb0a4af48ddbd33f23f956b8619f97f2901f523 Mon Sep 17 00:00:00 2001 From: "Pfau, Sascha" <103434584+MrPeacockNLB@users.noreply.github.com> Date: Sat, 3 Dec 2022 18:14:58 +0100 Subject: [PATCH] fix installing code-server on manjaro image --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 026ee2f9796e..0829133f0721 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 }