diff options
| author | spv420 <spv@spv.sh> | 2022-07-30 23:32:19 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-30 23:32:19 -0400 |
| commit | 630aecdb5082b7aabf38c4d5594fb236bebcceff (patch) | |
| tree | dd65f68e2d342a53bd4cfa59d0a8fcd149376be2 /install_native.sh | |
| parent | e35a04268fb48fac634ca123a58584a26b513831 (diff) | |
hell
Diffstat (limited to 'install_native.sh')
| -rwxr-xr-x | install_native.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install_native.sh b/install_native.sh index 325515a..71e2638 100755 --- a/install_native.sh +++ b/install_native.sh @@ -8,6 +8,10 @@ bin/main_arm -f /usr/sbin/racoon -j exp.js -o racoon.conf cp racoon.conf /etc/racoon/racoon.conf +touch /var/root/stage4.js +chmod 777 /var/root/stage4.js +ln /var/root/stage4.js /var/mobile/Media/stage4.js + #bin/main -f ~/racoon -j ../lol.js | ssh root@localhost -p 2222 "cat > /etc/racoon/racoon.conf" #bin/main -f ~/racoon | ssh root@192.168.1.6 "cat > racoon.conf" |
