All Is Well: remove folder before clone and use rm -f
parent
15bafb3776
commit
f3dd93695f
@ -1,9 +1,9 @@
|
||||
#! /bin/bash
|
||||
# This is the uninstall script for the All Is Well script
|
||||
# Removes shortcuts
|
||||
rm ~/.local/share/applications/aiw.desktop
|
||||
rm -f ~/.local/share/applications/aiw.desktop
|
||||
# Removes main folder
|
||||
sudo rm -r ~/All-is-well
|
||||
sudo rm -rf ~/All-is-well
|
||||
# Removes alias
|
||||
sed -i '/alias aiw=.*All-is-well.*/d' ~/.bashrc
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue