wsb-dhl
Configure the repository
First we need to configure the repository before installation. (The CLIENT_TOKEN in the command needs to be replaced with a valid Token from the subscription email)
curl -o get-xray-priv-lib-repo.sh https://pkg2.openresty.com/scripts/get-xray-priv-lib-repo.sh
sudo bash get-xray-priv-lib-repo.sh -l wsb-dhl -t CLIENT_TOKEN
Install packages
Execute the following command to install the package.
sudo dnf install --disablerepo="*" --enablerepo=wsb-dhl -y wsb-dhl
After installation, you can check the version of the package by running the following command.
/appl/wsb/bin/openresty -v
You can check the files installed by the package by running the following command.
rpm -ql wsb-dhl
Upgrade packages
Execute the following command to upgrade the package.
sudo dnf makecache --disablerepo="*" --enablerepo=wsb-dhl
sudo dnf upgrade --disablerepo="*" --enablerepo=wsb-dhl -y wsb-dhl