From 95310346f80ac3bd8a298e07797d735b20d02b7e Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 23 Apr 2020 18:25:05 -0400 Subject: installed minecraft --- source.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source.sh') 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 -- cgit