Skip to content

Commit

Permalink
Add runit to fix chpst error (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyd4 committed May 22, 2023
1 parent e1c398c commit 8fbc2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ariang_file=AriaNg-${ariang_version}.zip
groupadd junv \
&& useradd -g junv -m -s /bin/bash junv \
&& apt update \
&& apt install -y wget curl aria2 tar unzip libcap2-bin\
&& apt install -y wget curl aria2 tar unzip libcap2-bin runit\
&& wget -N https://github.com/caddyserver/caddy/releases/download/v${caddy_version}/${caddy_file} \
&& tar -zxf ${caddy_file} \
&& mv caddy /usr/local/bin/ \
Expand Down

0 comments on commit 8fbc2bb

Please sign in to comment.