Skip to content

Commit 665b576

Browse files
author
Invers3
committed
Files
fixed updater.sh
1 parent b37bd19 commit 665b576

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

files/PPPwn_ow.tar

0 Bytes
Binary file not shown.

files/updater.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ fi
3131
rm -f /usr/sbin/pppwn /etc/init.d/pw /etc/config/pw && rm -rf /root/*
3232

3333
mkdir /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

3737
mv -f /tmp/PPPwn_ow/etc/config/* /etc/config
3838
mv -f /tmp/PPPwn_ow/etc/init.d/* /etc/init.d
@@ -49,4 +49,6 @@ rm -r /tmp/PPPwn_ow
4949
chmod +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

0 commit comments

Comments
 (0)