fix permission denied for running centos.sh

This commit is contained in:
MorganGeek 2019-12-01 17:49:54 +01:00
parent b93ff20054
commit b9adf10daf

View File

@ -74,6 +74,7 @@ esac
case "$(uname -s)" in
Linux)
echo "(CentOS) Installing stuff (apps, ...)"
chmod +x ~/Code/dotfiles/centos.sh
~/Code/dotfiles/centos.sh
;;
esac