After executing make sure the script will be executable on next run

This commit is contained in:
Alex D. 2018-12-24 17:03:36 +01:00
parent cbba16a1e9
commit 73f2cf239a
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ function selfupdate {
cd ~/bin || exit
output "info" "Self-updating:"
git reset --hard origin/master
git pull https://github.com/RXCommunity/Manager master
git pull https://github.com/RXCommunity/Manager master
chmod +x manager
}
## Definitions