aboutsummaryrefslogtreecommitdiff
path: root/source.sh
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-23 18:25:05 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-23 18:25:05 -0400
commit95310346f80ac3bd8a298e07797d735b20d02b7e (patch)
tree273a89678dff04c49bc5325eefa55940e9bc6136 /source.sh
parentcd0581b0348da2dd5f666a33ba20eae15e7847dc (diff)
installed minecraft
Diffstat (limited to 'source.sh')
-rwxr-xr-xsource.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/source.sh b/source.sh
index 94f53a0..1c5d1fb 100755
--- a/source.sh
+++ b/source.sh
@@ -31,6 +31,16 @@ cd woeusb
yes | makepkg -si
cd ..
+git clone https;//aur.archlinux.org/gconf.git #minecraft-launcher dep
+cd gconf
+yes | makepkg -si
+cd ..
+
+git clone https://aur.archlinux.org/minecraft-launcher-beta.git
+cd minecraft-launcher-beta
+yes | makepkg -si
+cd ..
+
git clone https://git.hrhr.dev/utils
cd utils
sudo make install