Sora98 / PanIndex-install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PanIndex-install

Bash script for installing PanIndex in operating systems such as CentOS / Debian that support systemd

Please run it as a root user.

installed service: /etc/systemd/system/PanIndex.service
installed executable file: /usr/local/bin/PanIndex
installed working directory(data): /usr/local/etc/PanIndex

Install or Update

# bash <(curl -L https://github.com/libsgh/PanIndex-install/raw/main/install-release.sh) -i

Help

# bash <(curl -L https://github.com/libsgh/PanIndex-install/raw/main/install-release.sh) -h

Check for update

# bash <(curl -L https://github.com/libsgh/PanIndex-install/raw/main/install-release.sh) -c

Remove PanIndex

# bash <(curl -L https://github.com/libsgh/PanIndex-install/raw/main/install-release.sh) -r

Install without confirm

# bash <(curl -L https://github.com/libsgh/PanIndex-install/raw/main/install-release.sh) -a

Install with proxy

# bash <(curl -L https://github.com/libsgh/PanIndex-install/raw/main/install-release.sh) --i -p=socks5://127.0.0.1:1089

Change working directory

# export WORKING_DIRECTORY='/usr/local/etc/PanIndex'

About

License:GNU Affero General Public License v3.0


Languages

Language:Shell 100.0%