From 4bad6f533e86326051a4f3503fc8ef51e76a3065 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Fri, 5 May 2017 17:20:33 -0400 Subject: [PATCH] Added removal for pycharm in the cs installer. --- scripts/removal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 scripts/removal diff --git a/scripts/removal b/scripts/removal old mode 100644 new mode 100755 index 6b3db9f..ed8cdb6 --- a/scripts/removal +++ b/scripts/removal @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # TigerOS script for the removal of unwanted major-specific packages # Author: Tim Zabel @@ -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 ;;