Skip to content

Commit

Permalink
Update Snell download link
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltdisco committed Jan 1, 2022
1 parent d825732 commit fc6b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snell.sh
Expand Up @@ -5,7 +5,7 @@ CONF="/etc/snell/snell-server.conf"
SYSTEMD="/etc/systemd/system/snell.service"
apt-get install unzip -y
cd ~/
wget --no-check-certificate -O snell.zip https://github.com/surge-networks/snell/releases/download/2.0.5/snell-server-v2.0.5-linux-amd64.zip
wget --no-check-certificate -O snell.zip https://github.com/surge-networks/snell/releases/download/v2.0.6/snell-server-v2.0.6-linux-amd64.zip
unzip -o snell.zip
rm -f snell.zip
chmod +x snell-server
Expand Down

0 comments on commit fc6b6e8

Please sign in to comment.