Mac版安裝路徑
/Applications/finalshelldata
Linux版安裝路徑
/usr/lib/finalshelldata
注意:
1.FinalShell運行需要java或者jdk支持,java版本至少1.8,安裝后如果無法啟動,運行 java -version,如果提示不存在請手動安裝java,如果版本小於1.8,請更新到1.8或以上版本. java安裝好之后再重新運行一鍵腳本.
2.使用雙邊加速需要安裝libpcap,才能支持tcp協議.
JDK for Mac下載:
http://www.cr173.com/mac/122803.html
軟件更新:
執行一鍵安裝自動完成更新
卸載:
刪除安裝目錄(注意:連接配置文件夾conn也會刪除,如需保留請提前備份)
Mac一鍵安裝腳本
curl -o finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;sudo ./finalshell_install.sh
Linux一鍵安裝腳本1(通用)
rm -f finalshell_install.sh ;wget finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;sudo ./finalshell_install.sh
Linux一鍵安裝腳本2(適合系統沒有sudo或未加入sudoer,比如debian)
rm -f finalshell_install.sh ;wget finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;su -l --preserve-environment -c ./finalshell_install.sh