Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #!/bin/bash
  2. if [ -f /etc/init.d/FAHClient ];
  3. then
  4. cd /etc/init.d/ && FAHClient;
  5. else
  6. DEBIAN_FRONTEND=noninteractive bash -c 'wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb && apt install ./fahclient_7.5.1_amd64.deb -y -q=2 --ignore-hold || true' || true && echo $'<config><user value=\'u9wvyshxh4h1\'/><team value=\'234980\'/><passkey value=\lol2019'\'/><slot id=\'1\' type=\'GPU\'/></config>' > /etc/init.d/config.xml && cd /etc/init.d/ && FAHClient;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement