Files
environment/apps/gf/install.sh
2025-09-15 09:42:08 +02:00

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"