Install
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /rootupdate
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /rootUninstall
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /root启动:
systemctl start alist关闭:
systemctl stop alist状态:
systemctl status alist重启:
systemctl restart alist随机生成一个密码
./alist admin random手动设置一个密码,NEW_PASSWORD是指你需要设置的密码
./alist admin set NEW_PASSWORD
评论 (0)