diff options
| author | spv420 <spv@spv.sh> | 2022-07-31 01:00:52 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-31 01:00:52 -0400 |
| commit | ddcc0b0bb28954480bec60de1ac068a43a8a7c43 (patch) | |
| tree | 368db850544179eae47a4de19749ba83726b848a /install_native.sh | |
| parent | dc836a39dba1bed9c858b512af5894efbb77cde5 (diff) | |
bam
Diffstat (limited to 'install_native.sh')
| -rwxr-xr-x | install_native.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/install_native.sh b/install_native.sh index 351a0a8..28719de 100755 --- a/install_native.sh +++ b/install_native.sh @@ -8,11 +8,11 @@ bin/main_arm -f /usr/sbin/racoon -j exp.js -o racoon.conf cp racoon.conf /etc/racoon/racoon.conf -rm /var/root/stage4.js -touch /var/root/stage4.js -cat stage4.js > /var/root/stage4.js -chmod 777 /var/root/stage4.js -ln /var/root/stage4.js /var/mobile/Media/stage4.js +mkdir /var/root/p0laris +rm /var/root/p0laris/stage4.js +cat stage4.js > /var/root/p0laris/stage4.js +chmod 777 /var/root/p0laris/stage4.js +ln /var/root/p0laris /var/mobile/Media/p0laris #bin/main -f ~/racoon -j ../lol.js | ssh root@localhost -p 2222 "cat > /etc/racoon/racoon.conf" |
