Merge pull request #249 from spectrumgamer75/master

Fixed Executable Permission For Main Script
pull/250/head
Botspot 4 years ago committed by GitHub
commit 162efa5e2b
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