Skip to content

Commit f43082e

Browse files
fix installing code-server on manjaro image (#5834)
Co-authored-by: Joe Previte <[email protected]>
1 parent b6adcf5 commit f43082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ install_aur() {
387387
if [ ! "${DRY_RUN-}" ]; then
388388
cd "$CACHE_DIR/code-server-aur"
389389
fi
390-
sh_c makepkg -si
390+
sh_c makepkg -si --noconfirm
391391

392392
echo_systemd_postinstall AUR
393393
}

0 commit comments

Comments
 (0)