1
0
mirror of https://github.com/limosek/zaf.git synced 2025-12-16 07:27:03 +01:00

REpaired typo

This commit is contained in:
Lukas Macura
2016-04-21 15:33:27 +02:00
parent 957c53958c
commit b017f0d982
2 changed files with 1 additions and 2 deletions

1
zaf
View File

@@ -242,7 +242,6 @@ self-upgrade)
shift
[ -z "$1" ] && auto=auto
zaf_os_specific zaf_check_deps zaf && zaf_err "Zaf is installed as system package. Cannot self-upgrade."
rm -rf /tmp/zaf-installer && mkdir /tmp/zaf-installer
if ! which curl >/dev/null;
then
zaf_err "Curl not found. Cannot continue. Please install it."