https://github.com/jerry048/Dedicated-Seedbox
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) <username> <password> <Cache Size(unit:GiB)> 我把< 去了还是报错啊? |
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) 你的登陆用户名 对应密码 缓存大小 示例 bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) sanjidao xxxxx 20 解释:用户名sanjidao密码是xxxxx 缓存大小20GB |
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) usrname passwd 1 |
谢谢。原来是我把< 一起删了的原因 |
谢谢 |