Releases: xonixx/serv
Releases · xonixx/serv
serv 1.0.2
Changes in this release: https://github.com/xonixx/serv/milestone/5?closed=1
To install or update the tool simply run (atm Linux 64 only):
sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v1.0.2/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\"
"
serv 1.0.1
Changes in this release: https://github.com/xonixx/serv/milestone/4?closed=1
To install or update the tool simply run (atm Linux 64 only):
sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v1.0.1/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\"
"
serv 1.0.0
Changes in this release: https://github.com/xonixx/serv/milestone/3?closed=1
To update the tool simply run (atm Linux 64 only):
$ sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v1.0.0/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\"
"
serv 0.2.0
Changes in this release: https://github.com/xonixx/serv/milestone/2?closed=1
To update the tool simply run (atm Linux 64 only):
$ sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v0.2.0/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\"
"