mirror of
https://github.com/gogrlx/bootstrap.grlx.dev.git
synced 2026-04-02 02:59:05 -07:00
add v1.0.5 script
This commit is contained in:
@@ -26,7 +26,7 @@ esac
|
||||
# install farmer
|
||||
if [ -z "$UNINSTALL" ]; then
|
||||
if [ ! -f /usr/local/bin/grlx-farmer ]; then
|
||||
curl -f -L -s "https://artifacts.grlx.dev/linux/${machine_arch}/v1.0.4/farmer" > /usr/local/bin/grlx-farmer
|
||||
curl -f -L -s "https://artifacts.grlx.dev/linux/${machine_arch}/v1.0.5/farmer" > /usr/local/bin/grlx-farmer
|
||||
chmod +x /usr/local/bin/grlx-farmer
|
||||
fi
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ fi
|
||||
chmod 600 /etc/grlx/sprout
|
||||
|
||||
systemctl stop grlx-sprout || true
|
||||
curl -s "https://artifacts.grlx.dev/linux/${machine_arch}/v1.0.4/sprout" > /usr/local/bin/grlx-sprout
|
||||
curl -s "https://artifacts.grlx.dev/linux/${machine_arch}/v1.0.5/sprout" > /usr/local/bin/grlx-sprout
|
||||
chmod +x /usr/local/bin/grlx-sprout
|
||||
|
||||
cat << EOF > /etc/systemd/system/grlx-sprout.service
|
||||
|
||||
Reference in New Issue
Block a user