This commit is contained in:
2021-05-05 14:01:23 +02:00
parent cbd387419f
commit 955740e1c8
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
#!/bin/bash
set -euo pipefail
su -c "git clone https://git.itkeller.eu/aperture_science/minecraft-deploy.git ~/minecraft-deploy" arch
pacman --noconfirm -Sy git
[ -d /home/arch/minecraft-deploy ] || su -c "git clone https://git.itkeller.eu/aperture_science/minecraft-deploy.git ~/minecraft-deploy" arch
# something fishy is going on in the background
sleep 15
su -c "bash ~/minecraft-deploy/install.sh" arch