Skip to content

Commit

Permalink
Update singbox.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xpanel-cp committed Apr 22, 2024
1 parent f53ca82 commit 56406e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OT/singbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ $uname == x86_64 ]]; then
curl -sL -o /usr/bin/sbx https://raw.githubusercontent.com/xpanel-cp/XPanel-SSH-User-Management/master/sbx.sh.x
chmod +x /usr/bin/sbx && sbx
wait
curl -sL -o /usr/local/bin/sb_xpanel https://raw.githubusercontent.com/xpanel-cp/XPanel-SSH-User-Management/master/sb_xpanel.sh.x
curl -sL -o /usr/local/bin/sb_xpanel https://github.com/xpanel-cp/XPanel-SSH-User-Management/raw/master/sb_xpanel_86_64.sh.x
chmod +x /usr/local/bin/sb_xpanel
echo 'www-data ALL=(ALL:ALL) NOPASSWD:/usr/local/bin/sb_xpanel' | sudo EDITOR='tee -a' visudo
wait
Expand Down

0 comments on commit 56406e6

Please sign in to comment.