File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3131rm -f /usr/sbin/pppwn /etc/init.d/pw /etc/config/pw && rm -rf /root/*
3232
3333mkdir /tmp/PPPwn_ow
34- " $( wget -O /tmp/pw.tar https://raw.githubusercontent.com/CodeInvers3/codeinvers3.github.io/refs/heads/master/files/PPPwn_ow.tar) "
35- " $( tar -xvf /tmp/pw.tar -C /tmp/PPPwn_ow && rm /tmp/pw.tar) "
34+ wget -O /tmp/pw.tar https://raw.githubusercontent.com/CodeInvers3/codeinvers3.github.io/refs/heads/master/files/PPPwn_ow.tar
35+ tar -xvf /tmp/pw.tar -C /tmp/PPPwn_ow && rm /tmp/pw.tar
3636
3737mv -f /tmp/PPPwn_ow/etc/config/* /etc/config
3838mv -f /tmp/PPPwn_ow/etc/init.d/* /etc/init.d
@@ -49,4 +49,6 @@ rm -r /tmp/PPPwn_ow
4949chmod +x /etc/init.d/pw /etc/init.d/pppoe-server /www/cgi-bin/pw.cgi
5050
5151/etc/init.d/pppoe-server enable
52- /etc/init.d/pppoe-server start
52+ /etc/init.d/pppoe-server start
53+
54+ rm -f /tmp/updater.sh
You can’t perform that action at this time.
0 commit comments