mirror of https://github.com/coder/code-server.git
fix installing code-server on manjaro image (#5834)
Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
parent
b6adcf50c6
commit
f43082e142
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue