-
-
Save loveJesus/279c8960dff6cf2ae643d9310c744550 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -n "Login Hallelujah: "; read login_aleluya | |
echo -n "Password Hallelujah: "; read password_aleluya | |
pacman -Sy | |
pacman -S archlinux-keyring tmux --noconfirm | |
pacman -Syu --noconfirm | |
pacman-db-upgrade | |
pacman -S jre8-openjdk blender --noconfirm | |
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen | |
locale-gen | |
export LANG=en_US.UTF-8 | |
wget https://www.sheepit-renderfarm.com/media/applet/sheepit-client-5.295.2773.jar --no-check-certificate | |
nohup java -jar sheepit-client-5.295.2773.jar -login $login_aleluya -password $password_aleluya -ui text > nohup-aleluya.out & | |
tail nohup-aleluya.out -f | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -Sy | |
pacman -S archlinux-keyring tmux --noconfirm | |
pacman -Syu --noconfirm | |
pacman -S jre8-openjdk --noconfirm | |
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen | |
locale-gen | |
export LANG=en_US.UTF-8 | |
wget https://www.sheepit-renderfarm.com/media/applet/sheepit-client-5.295.2773.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment