Browse Source

Added --ignore-missing flag to some installations.

website
Tim Zabel 7 years ago
parent
commit
d7737047ad
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      scripts/removal

+ 2
- 2
scripts/removal View File

@ -66,7 +66,7 @@ This script will remove wireshark, python 2.7, and python 3 from your machine."
[Nn]* ) exit;;
esac
done
sudo dnf -y remove wireshark
sudo dnf -y remove wireshark --ignore-missing
echo "Removal finished."
exit
;;
@ -81,7 +81,7 @@ This script will remove ruby, eclipse, Spin, sqlite3 and MIT Alloy from your mac
[Nn]* ) exit;;
esac
done
sudo dnf -y remove eclipse-jdt ruby sqlite gitk plantuml
sudo dnf -y remove eclipse-jdt ruby sqlite gitk plantuml --ignore-missing
bash /usr/local/bin/se/spin.sh --remove
bash /usr/local/bin/se/alloy.sh --remove
echo "Removal finished."

Loading…
Cancel
Save