From f43082e142bf509cf26e454fdad2c7a5ec2d393b Mon Sep 17 00:00:00 2001 From: "Pfau, Sascha" <103434584+MrPeacockNLB@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:43:22 +0100 Subject: [PATCH] fix installing code-server on manjaro image (#5834) Co-authored-by: Joe Previte --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }