Browse Source

Added removal for pycharm in the cs installer.

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

+ 3
- 1
scripts/removal View File

@ -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
;;

Loading…
Cancel
Save