From b310e3b6d2bc2002e95b4823465093ed1187ed25 Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Tue, 3 May 2022 22:55:05 +0100 Subject: [PATCH] Added some basic opkg commands --- utils/opkg.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/opkg.txt diff --git a/utils/opkg.txt b/utils/opkg.txt new file mode 100644 index 00000000..00e7887f --- /dev/null +++ b/utils/opkg.txt @@ -0,0 +1,7 @@ +opkg update +opkg install \ + luci-app-advanced-reboot \ + luci-app-https-dns-proxy \ + luci-app-openvpn \ + luci-app-wireguard +/etc/init.d/rpcd restart