From 06c26a22cd7a3273a834e7473fc6144cd9affac7 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 27 May 2020 16:01:06 -0400 Subject: [PATCH] Improve aur installation clarity --- install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index a7d2fef9..38714162 100755 --- a/install.sh +++ b/install.sh @@ -292,12 +292,9 @@ install_aur() { VERSION="$(. "$tmp_dir/code-server/PKGBUILD" && echo "$pkgver")" rm -R "$tmp_dir" - mkdir -p "$CACHE_DIR/code-server-$VERSION-aur" + sh_c mkdir -p "$CACHE_DIR/code-server-$VERSION-aur" sh_c cp -a "$tmp_dir/code-server/*" "$CACHE_DIR/code-server-$VERSION-aur" - - echo "+ Installing $CACHE_DIR/code-server-$VERSION-aur" - - cd "$CACHE_DIR/code-server-$VERSION-aur" + sh_c cd "$CACHE_DIR/code-server-$VERSION-aur" sh_c makepkg -si echo_systemd_postinstall