aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages1
-rwxr-xr-xsource.sh10
2 files changed, 11 insertions, 0 deletions
diff --git a/packages b/packages
index 6529604..38c91e6 100644
--- a/packages
+++ b/packages
@@ -41,6 +41,7 @@ python
tk
texlive-bin texlive-core
imagemagick ghostscript
+jre-openjdk # for minecraft
# System
zsh
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