4 月 272019
 

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

 Posted by at 19:30

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

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