update uninstall script, renames

This commit is contained in:
Pim Nelissen
2024-08-26 10:41:09 +02:00
parent 88205af3a5
commit aa8f16a571
5 changed files with 19 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/bash
PATH_TO_INSTALL=/home/$(whoami)/.local/bin
FILES=($PWD/scripts/pcs*)
FILES=($PWD/scripts/*)
NUM_OF_FILES=${#FILES[@]}
for f in ${FILES[*]}