Initial commit
This commit is contained in:
1
apps/gf/.gitignore
vendored
Normal file
1
apps/gf/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
gf/
|
||||
8
apps/gf/install.sh
Normal file
8
apps/gf/install.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
git clone "https://arch.myddns.me/gitea/mirror/gf.git"
|
||||
cd gf
|
||||
echo Building...
|
||||
sh build.sh
|
||||
ln -s -v -f "$(pwd)/gf2" "$HOME/.local/bin/gf2"
|
||||
Reference in New Issue
Block a user