install_easy: do not require +x on install_bin.sh

This commit is contained in:
bol-van
2023-11-18 21:28:20 +03:00
parent f81900ce38
commit 64e78f70f8
3 changed files with 6 additions and 11 deletions

View File

@@ -1036,8 +1036,8 @@ They are mainly about possibly low flash free space.
Simple install will not work if it has no space to install itself and required packages from the repo.
Another challenge would be to bring zapret to the router. You can download zip from github and use it.
Do not repack zip contents in Windows, because this way you break chmod and links.
Install openssh-sftp-server and unzip to openwrt and use sftp to transfer the file.
It's also not too hard to use 'nc' (netcat) for file transfer.
The best way to start is to put zapret dir to `/tmp` and run `/tmp/zapret/install_easy.sh` from there.
After installation remove `/tmp/zapret` to free RAM.