1
0
mirror of https://github.com/limosek/zaf.git synced 2025-10-31 09:37:37 +01:00

Repaired url

This commit is contained in:
Lukas Macura
2016-03-24 20:37:03 +01:00
parent 784b29c26f
commit a724c6f5b3
3 changed files with 21 additions and 6 deletions

9
zaf
View File

@@ -54,6 +54,15 @@ remove)
self-upgrade)
curl -s https://raw.githubusercontent.com/limosek/zaf/master/install.sh | sh
;;
self-remove)
if [ "$2" = "force" ]; then
rm -rf /etc/zaf.conf ${ZAF_PLUGINS_DIR} ${ZAF_REPO_DIR} ${ZAF_LIB_DIR} /usr/bin/zaf ${ZAF_AGENT_CONFIGD}/zap_*
else
echo "This will remove zaf from this computer and erase all configuration."
echo "To continue, please do $0 self-remove force"
fi
;;
*)
echo "$0 update To update repo"