diff options
Diffstat (limited to 'source.sh')
-rwxr-xr-x | source.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |