diff options
| -rwxr-xr-x | gohan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ install_from_github() { repodir="/home/$name/.local/src" dir="$repodir/$progname" printf "Installing \`$progname\` ($n of $total) via \`git\` and \`make\`. $(basename "$1") $2\n" - sudo -u "$name" git clone --depth 1 "$1" "$dir" >/dev/null 2>&1 + sudo -u "$name" git clone "$1" "$dir" >/dev/null 2>&1 cd "$dir" || exit sudo -u "$name" make clean install >/dev/null 2>&1 } |
