mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
* Version 1.9 * Version 2.0 * Version 1.6 * Updated Papers to v2.0 * Replaced readKeys.sh with cfgNginx.py * Fixed PKCS12 export bug Co-authored-by: combsn <combsn@usc.edu>
9 lines
185 B
Bash
Executable File
9 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Author: sud0nick & adde88
|
|
# Date: July 17, 2020
|
|
|
|
opkg update > /dev/null;
|
|
opkg remove zip unzip coreutils-base64 nginx-ssl > /dev/null;
|
|
opkg install nginx > /dev/null;
|