Fixed Executable Permission For Main Script

pull/249/head
Spectrumgamer75 4 years ago committed by GitHub
parent 88c47a6372
commit 9e14fc7c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,7 @@ function error {
}
git clone https://github.com/spectrumgamer75/All-is-well || error "Failed to download!"
cd $HOME/All-is-well/aiw
chmod +x 'aiwrpi.sh'
echo "alias aiw=$HOME/All-is-well/aiw/aiwrpi.sh" >> ~/.bashrc
echo "[Desktop Entry]

Loading…
Cancel
Save