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.

View File

@ -1306,21 +1306,16 @@ install_easy.sh автоматизирует ручные варианты пр
Копируем zapret на роутер в /tmp.
Запускаем установщик :
/tmp/zapret/install_easy.sh
Он скопирует в /opt/zapret только необходимый минимум файлов :
config
install_easy.sh
uninstall_easy.sh
install_bin.sh
init.d/openwrt/*
ipset/*
binaries/<ваша архитектура>/{tpws,nfqws,ip2net,mdig}
sh /tmp/zapret/install_easy.sh
Он скопирует в /opt/zapret только необходимый минимум файлов.
После успешной установки можно удалить zapret из tmp для освобождения RAM :
rm -r /tmp/zapret
Для более гибкой настройки перед запуском инсталятора следует выполнить раздел "Выбор параметров".
Система простой инсталяции заточена на любое умышленное или неумышленное изменение прав доступа на файлы.
Устойчива к репаку под windows. После копирования в /opt права будут принудительно восстановлены.
Android
-------

View File

@ -105,7 +105,7 @@ check_bins()
call_install_bin()
{
"$EXEDIR/install_bin.sh" $1
sh "$EXEDIR/install_bin.sh" $1
}
get_bin_arch()
{