install.sh 188 B

12345678
  1. #!/bin/bash
  2. sudo install -g 0 -o 0 -m 4755 aptgrade ~/bin/aptgrade
  3. sudo rm -rf ~thor/bin/aptgrade
  4. cp ./aptgrade ~thor/bin
  5. chown root:root ~thor/bin/aptgrade
  6. chmod a+s ~thor/bin/aptgrade