set-br.sh 402 B

12345678910111213
  1. #!/bin/bash
  2. chown -R www-data:www-data /etc/msmtprc
  3. cd /usr/bin
  4. wget -O autobackup "https://raw.githubusercontent.com/alifnurmareta/bc/main/autobackup.sh"
  5. wget -O backup "https://raw.githubusercontent.com/alifnurmareta/bc/main/backup.sh"
  6. wget -O restore "https://raw.githubusercontent.com/alifnurmareta/bc/main/restore.sh"
  7. chmod +x autobackup
  8. chmod +x backup
  9. chmod +x restore
  10. cd
  11. rm -f /root/set-br.sh