1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

cht.sh: use master, do not checkout offline_usage

This commit is contained in:
Igor Chubin
2019-09-06 14:14:49 +02:00
parent d8ec06bd1f
commit 90d24ebbdc
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -169,7 +169,6 @@ EOF
rmdir "$installdir"
git clone "$url" "$installdir" || fatal Could not clone "$url" with git into "$installdir"
cd "$installdir" || fatal "Cannot cd into $installdir"
git checkout offline_usage
# after the repository cloned, we may have the log directory
# and we can write our installation log into it
-1
View File
@@ -169,7 +169,6 @@ EOF
rmdir "$installdir"
git clone "$url" "$installdir" || fatal Could not clone "$url" with git into "$installdir"
cd "$installdir" || fatal "Cannot cd into $installdir"
git checkout offline_usage
# after the repository cloned, we may have the log directory
# and we can write our installation log into it