aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-29 13:46:52 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-29 13:46:52 -0400
commitb0f25c4736f08bd06313f87e908d89394e728db6 (patch)
tree4af5017adaf53267bed54c20cf68ec9ffe51f678
parent4146f66992ac4997ea1935f01f56e3f2c504f055 (diff)
zoom and pacman --noconfirm
-rwxr-xr-xbuild.sh2
-rwxr-xr-xsource.sh12
2 files changed, 9 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index f48561d..c4f066d 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@ cd $(dirname "$(readlink -f "$0")")
if [ ! -e work/pacman ]; then
mkdir work
touch work/pacman
- yes | pacman -Syu --needed $(sed 's:#.*$::' packages | xargs echo)
+ sed 's:#.*$::' packages | xargs pacman -Syu --needed --noconfirm
fi
sed 's:#.*$::' services | xargs systemctl enable
diff --git a/source.sh b/source.sh
index 11b2780..9e9a025 100755
--- a/source.sh
+++ b/source.sh
@@ -24,24 +24,28 @@ cd ..
git clone https://aur.archlinux.org/preloader-signed.git
cd preloader-signed
-yes | makepkg -si
+makepkg --noconfirm -si
cd ..
git clone https://aur.archlinux.org/woeusb.git
cd woeusb
-yes | makepkg -si
+makepkg --noconfirm -si
cd ..
git clone https;//aur.archlinux.org/gconf.git #minecraft-launcher dep
cd gconf
-yes | makepkg -si
+makepkg --noconfirm -si
cd ..
git clone https://aur.archlinux.org/minecraft-launcher-beta.git
cd minecraft-launcher-beta
-yes | makepkg -si
+makepkg --noconfirm -si
cd ..
+git clone https://aur.archlinux.org/zoom.git
+cd zoom
+makepkg --noconfirm -si
+
git clone https://git.hrhr.dev/utils
cd utils
sudo make install