Archived
1
0

fix installing code-server on manjaro image (#5834)

Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
Pfau, Sascha 2022-12-05 23:43:22 +01:00 committed by GitHub
parent b6adcf50c6
commit f43082e142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}