install.sh 132 B

123456
  1. #!/bin/bash
  2. sudo rm -rf ~thor/bin/aptgrade
  3. cp ./aptgrade ~thor/bin
  4. chown root:root ~thor/bin/aptgrade
  5. chmod a+s ~thor/bin/aptgrade