Skip to content

Commit cd7179d

Browse files
committed
v1.1.2
1 parent 0fad24e commit cd7179d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-installer/setup

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

33
if [ -x "$(command -v dnf)" ]
44
then
5-
sudo dnf install -y python3{,-tkinter,-pip} && pip install pyinstaller && sudo mv ./cpc /usr/local/bin
5+
sudo dnf install -y python3{,-tkinter,-pip} && pip install pyinstaller && sudo mv ./cpc /usr/local/bin && sudo mv ./uninstall-cpc /usr/local/bin
66
elif [ -x "$(command -v apt)" ]
77
then
8-
sudo apt install -y python3{,-tk,-pip} && pip install pyinstaller && sudo mv ./cpc /usr/local/bin
8+
sudo apt install -y python3{,-tk,-pip} && pip install pyinstaller && sudo mv ./cpc /usr/local/bin && sudo mv ./uninstall-cpc /usr/local/bin
99
else
1010
echo "ERROR: Cannot Detect Package Manager!"
1111
fi

build-installer/uninstall-cpc

14.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)