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