Skip to content

Commit fcda8e2

Browse files
author
alpha
committed
fix remove nemo
1 parent 07ae225 commit fcda8e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/removenemo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
echo " Remove nemo"
1212
# echo " CAUTION!!:if remove command is waited longtime,stop this script(quit at Window-close button or ^c) and run update-manager for update all snap!!"
13-
sudo apt remove -y --purge nemo nemo >/dev/null 2>/dev/null
14-
sudo apt remove -y --autoremove >/dev/null 2>/dev/null
13+
sudo apt remove -y --purge nemo nemo
14+
sudo apt remove -y --autoremove
1515
echo ""
1616
echo -n "Hit Any Key:"
1717
read -r -n 1 -s answer

0 commit comments

Comments
 (0)