mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
* Fixed dependencies scripts Signed-off-by: Andreas Nilsen <adde88@gmail.com> * Bump to v1.8 Signed-off-by: Andreas Nilsen <adde88@gmail.com>
9 lines
176 B
Bash
Executable File
9 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Author: sud0nick & adde88
|
|
# Date: 18.10.2019
|
|
|
|
/etc/init.d/nginx stop > /dev/null;
|
|
opkg remove zip unzip nginx-ssl > /dev/null;
|
|
opkg install nginx > /dev/null;
|