mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-25 23:46:00 +03:00
cht.sh: use master, do not checkout offline_usage
This commit is contained in:
parent
d8ec06bd1f
commit
90d24ebbdc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user