9 lines
150 B
Bash
9 lines
150 B
Bash
#!/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"
|