ubuntu安装alistV3

首页 / 学习 / 正文

**1. 安装
安装也非常简单,根据官方指导文件,可以分为下面两种:**

一键脚本
仅适用于 Linux amd64/arm64 平台。

安装

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install

复制
更新

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update

复制
卸载

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall

复制

默认安装在 {/opt/alist} 中,个人建议根据实际路径情况自行添加路径:
比如我安装在 {/var/www/alist} 路径。

Install

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /var/www/alist

update

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /var/www/alist

Uninstall

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /var/www/alist

可以直接执行以下命令:
启动: {systemctl start alist}
关闭: {systemctl stop alist}
配置开机自启: {systemctl enable alist}
取消开机自启: {systemctl disable alist}
状态: {systemctl status alist}
重启: {systemctl restart alist}

评论区
头像
    头像

    你的文章让我心情愉悦,真是太棒了! http://www.55baobei.com/GRE1AvFozt.html

文章目录