install.sh 142 B

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