Install
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /root
update
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /root
Uninstall
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)