Skip to content

Commit

Permalink
Update gemini3g.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
okannako authored Jan 3, 2024
1 parent fd8008c commit bef2942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gemini3g.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ fi

echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"

wget https://github.com/subspace/subspace/releases/download/gemini-3g-2023-dec-22/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-dec-22
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-03/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2024-jan-03

wget https://github.com/subspace/subspace/releases/download/gemini-3g-2023-dec-22/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-dec-22
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-03/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-03

sudo mv subspace-node-ubuntu-x86_64-skylake-gemini-3g-2023-dec-22 /usr/local/bin/subspace-node
sudo mv subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-03 /usr/local/bin/subspace-node

sudo mv subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2023-dec-22 /usr/local/bin/subspace-farmer
sudo mv subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2024-jan-03 /usr/local/bin/subspace-farmer

sudo chmod +x /usr/local/bin/subspace*

Expand Down

0 comments on commit bef2942

Please sign in to comment.