喺 NAS 用 SSH 登入之後,一行指令安裝(會啟動互動精靈):
curl -fsSL https://nas-app.derekhost.com/install.sh | sudo sh
冇 curl?用 wget:
wget -qO- https://nas-app.derekhost.com/install.sh | sudo sh
curl -fsSL https://nas-app.derekhost.com/install.sh -o install.sh
sudo sh install.sh
curl -fsSL https://nas-app.derekhost.com/install.sh.sha256 -o install.sh.sha256
sha256sum -c install.sh.sha256
install.sh SHA256:209d46c05a1322fab9d4a8041de27d8d1b169abd82fbc364d568f6612fedc14b
所有選項:sh install.sh --help(詳見 README)。
⚠️ 呢度所有檔案都冇任何密碼或 token。你嘅 rclone.conf 係機密,千祈唔好經 WhatsApp / email 傳。