pull/15/head
Miguel Mota 6 years ago
parent 1157009bc0
commit bbb0d006cc

@ -1,15 +0,0 @@
#!/bin/bash
echo "downloading..."
BIN="cointop32"
if [ $(uname -m) == 'x86_64' ]; then
BIN="cointop64"
fi
wget "https://github.com/miguelmota/cointop/raw/master/bin/$BIN" -O cointop
echo "installing..."
chmod +x cointop
mv cointop /usr/local/bin/
echo "cointop installed."
Loading…
Cancel
Save