|
|
@ -1,4 +1,4 @@ |
|
|
|
#!/usr/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# TigerOS script for the removal of unwanted major-specific packages |
|
|
|
# Author: Tim Zabel <tjz8659@rit.edu> |
|
|
@ -34,6 +34,8 @@ do |
|
|
|
bash /usr/local/bin/cs/idea.sh --remove # removes Intellij IDEA |
|
|
|
bash /usr/local/bin/cs/logisim.sh --remove # removes logisim |
|
|
|
bash /usr/local/bin/cs/jflap.sh --remove # removes JFLAP |
|
|
|
dnf remove -y pycharm-community |
|
|
|
rm /etc/yum.repos.d/_copr_phracek-PyCharm.repo |
|
|
|
echo "Removal finished." |
|
|
|
exit |
|
|
|
;; |
|
|
|