Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Basic commands:
  4. apt-get install tree
  5. cat <<-'CRON' >> /etc/crontab
  6. 1 0 1 * 4 apt-get update -y
  7. CRON
  8.  
  9. #!/bin/bash
  10.  
  11. # Basic commands:
  12. apt-get install tree
  13. cat <<-'CRON' >> /etc/crontab
  14. 1 0 1 * 4 apt-get update -y
  15. CRON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement