Andreas Nilsen 7ea0c30f98 Papers: Fixed dependencies scripts for latest fw 2.6.x (#83)
* Fixed dependencies scripts

Signed-off-by: Andreas Nilsen <adde88@gmail.com>

* Bump to v1.8

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-10-25 03:11:54 +01:00

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;