Advertisement
plirof2

bash_sample_sch_root_startup_script_v01

Nov 29th, 2019
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | None | 0 0
  1. #bash put this script to your /root/Startup/
  2. #This will call the code that is contained in another pastebin (eg https://pastebin.com/raw/REcWVfcL), rename it and execute it
  3. SCHOOL_SCRIPT=john_downloads_remote_dim-ONOMA.sh
  4. SCHOOL_SCRIPT=john_downloads_remote_dim-kavala.sh
  5.  
  6. cd /tmp/
  7. ##change dimotiko number/name to what is needed##
  8. (SCHOOL_SCRIPT=pastebin.sh; cd /tmp/;wget  -T 10 "https://pastebin.com/raw/REcWVfcL" -O "$SCHOOL_SCRIPT" --directory-prefix=/tmp/; chmod a+x "/tmp/""$SCHOOL_SCRIPT";./"$SCHOOL_SCRIPT")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement