Merge pull request #222 from spectrumgamer75/master

Updated new link and added alias for AIW
pull/230/head
Botspot 4 years ago committed by GitHub
commit eceeebc71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,8 +9,9 @@ function error {
mkdir AIW
cd ~/AIW || error "Failed to enter directory!"
wget 'https://raw.githubusercontent.com/spectrumgamer75/All-is-well/master/ALL%20IS%20WELL%20(V2.0)/aiwrpi.sh' || error "Failed to download!"
wget 'https://raw.githubusercontent.com/spectrumgamer75/All-is-well/master/aiw/aiwrpi.sh' || error "Failed to download!"
chmod +x 'aiwrpi.sh'
echo "alias aiw=$HOME/AIW/aiwrpi.sh" >> ~/.bashrc
echo "[Desktop Entry]
Name=All Is Well
GenericName=Update Helper and Fixer

@ -1,5 +1,9 @@
#! /bin/bash
# This is the uninstall script for the All Is Well script
# Removes shortcuts
rm ~/.local/share/applications/aiw.desktop
# Removes main folder
rm -r ~/AIW
# Removes alias
sed -i '/alias aiw=.*All-is-well.*/d' ~/.bashrc
exit 0

Loading…
Cancel
Save