Skip to content

Instantly share code, notes, and snippets.

@loveJesus
Last active February 7, 2017 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loveJesus/279c8960dff6cf2ae643d9310c744550 to your computer and use it in GitHub Desktop.
Save loveJesus/279c8960dff6cf2ae643d9310c744550 to your computer and use it in GitHub Desktop.
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
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