▼通過VNC之類的,在圖形介面手動下載最新版本
(因為檔案源自mediafire免空,所以不能用wget直連檔案)
firefox https://hitleap.com/viewer/download?platform=Linux
▼運行(假設下載後的地點是firefox預設的/Downloads/)
tar xpvf “/root/Downloads/HitLeap Viewer.tar.xz” -C /root ; sudo mv HitLeap-Viewer.desktop hitleap; chmod +x hitleap; nano launch-hitleap.sh
▼複製貼上這幾行,保存退出nano編輯畫面
until “./hitleap”; do
echo “HitLeap crashed with exit code $?. Respawning…” >&2
sleep 1
done
▼運行
chmod +x launch-hitleap.sh; chmod +x hitleap
▼開始跑
./launch-hitleap.sh
首次運行時,要手動登入,之後就不用登入,打開launch-hitleap.sh就開始sutosurf