08f385e20f
modified: install/openwrt.sh modified: install/pacman.sh modified: install/tree_cpy.sh modified: usr/bin/aur modified: usr/bin/brc new file: usr/bin/idea modified: usr/bin/mountcrypt new file: usr/bin/regex_gen modified: usr/etc/pam.d/system-local-login modified: usr/etc/resolv.conf modified: usr/etc/systemd/resolved.conf modified: usr/etc/systemd/system/tcpd.service modified: usr/home/.bash_aliases modified: usr/home/.bashrc
12 lines
269 B
Bash
Executable File
12 lines
269 B
Bash
Executable File
#copy paste in device terminal
|
|
|
|
opkg update
|
|
opkg install luci-ssl
|
|
#activate https for LuCI web interface
|
|
uci set uhttpd.main.redirect_https=1
|
|
uci commit uhttpd && service uhttpd reload
|
|
|
|
#uci set system.@system[0].ttylogin="1"
|
|
#uci commit system
|
|
#service system restart
|