Skip to content

Instantly share code, notes, and snippets.

View Kakise's full-sized avatar
🤖
Focusing

Kakise Kakise

🤖
Focusing
View GitHub Profile
#You need
#curl, wget, node, npm
VERSION=$(curl https://updates.counterplay.co/ | grep duelyst |grep -v staging | grep zip | tail -c 18 | head -c 6)
wget http://downloads.counterplay.co/duelyst/v$VERSION/duelyst-v$VERSION-win32-x64.zip
#remove old stuff
rm -rf Duelyst-linux-x64
#extract it
rm -rf duelyst-v$VERSION