Nick aa43cb5e23
PortalAuth, Papers, and CursedScreech Updates (#87)
* 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>
2020-07-19 21:24:52 +01:00

10 lines
201 B
Bash
Executable File

#!/bin/sh
# Author: sud0nick & adde88
# Date: July 17, 2020
opkg update > /dev/null;
opkg remove nginx > /dev/null;
opkg install zip unzip coreutils-base64 nginx-ssl > /dev/null;
echo "Complete"