put purge-installed back how it should be

pull/130/head
Botspot 4 years ago committed by GitHub
parent f2cd66fb26
commit b275302ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ function error {
}
#if your app installs any packages, keep this command here so those packages will be removed.
"${DIRECTORY}/purge-installed" "neofetch" "$(dirname "$0")" || exit 1
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1
rm -rf ~/PiGro-Aid-

Loading…
Cancel
Save