在ubuntu/debian上安裝hitleap

▼通過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

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料