summaryrefslogtreecommitdiff
path: root/gohan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gohan.sh')
-rwxr-xr-xgohan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gohan.sh b/gohan.sh
index 139913b..3ede237 100755
--- a/gohan.sh
+++ b/gohan.sh
@@ -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
}