aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-28 11:36:53 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-28 11:36:53 -0400
commit4eb08ab856b0d0ca82d0f8872dddc993b979b9b9 (patch)
tree26265a806de8dcbd711b28b55b767be5a18b75c5
parentafecd21d3b975ddb0d6f2648c2f09bd1b60e098c (diff)
added explicit dependency building
-rwxr-xr-xsource.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/source.sh b/source.sh
index 6733f14..85e3f46 100755
--- a/source.sh
+++ b/source.sh
@@ -33,8 +33,7 @@ aurbuild() {
aurbuild preloader-signed &
aurbuild woeusb &
-aurbuild gconf # minecraft-launcher dep &
-aurbuild minecraft-launcher-beta &
+aurbuild gconf && aurbuild minecraft-launcher-beta&
aurbuild zoom &
gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
aurbuild tor-browser &