fix linode script

This commit is contained in:
Efim Poberezkin 2022-02-17 12:55:12 +04:00
parent 7669bd59f1
commit 6e606b83eb

View File

@ -10,8 +10,8 @@ cd $HOME
# Download stress test binary
binary="$HOME/simplex-stress-test"
curl -L -o binary https://github.com/simplex-chat/simplex-chat/releases/download/v1.2.1/simplex-stress-test
chmod +x binary
curl -L -o $binary https://github.com/simplex-chat/simplex-chat/releases/download/v1.2.1/simplex-stress-test
chmod +x $binary
# / Create systemd service
cat <<EOT >> /etc/systemd/system/simplex-stress-test.service