We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f045b2d commit e266951Copy full SHA for e266951
install.sh
@@ -2,7 +2,7 @@ install() {
2
printf "\e[33m[~] Downloading script...\e[0m\n"
3
4
curl -L#o /var/tmp/gg https://raw.githubusercontent.com/qw3rtman/gg/master/bin/gg
5
- curl -L#o /var/tmp/gg.1 https://raw.githubusercontent.com/qw3rtman/gg/master/gg.1
+ curl -L#o /var/tmp/gg.1 https://raw.githubusercontent.com/qw3rtman/gg/master/man/gg.1
6
7
printf "\n\e[33m[~] Setting permissions...\e[0m\n"
8
gg.1 renamed to man/gg.1
0 commit comments