Installation#
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install
By default, it is installed in
/opt/alist
Update#
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update
Uninstall#
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall
Password#
Add executable permissions
sudo chmod +x ./alist
# Generate a random password
./alist admin random
# Manually set a password, `NEW_PASSWORD` refers to the password you need to set
./alist admin set NEW_PASSWORD