From 6a134275a0a8235f6c27577ebe98805b4b1ec0ec Mon Sep 17 00:00:00 2001 From: Paul M Date: Sat, 7 Oct 2023 23:02:12 -0500 Subject: [PATCH] OpenWrt support added --- restore.wrt.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/restore.wrt.bash b/restore.wrt.bash index b834af4..a65008b 100755 --- a/restore.wrt.bash +++ b/restore.wrt.bash @@ -30,8 +30,9 @@ function restore_config() { aptpkgfile="installed_packages" # restore opkg first cp -R etc/opkg/ /etc + cp opkg.conf /etc opkg update - + opkg install $(cat $aptpkgfile) # now the programs installed via apt before we restore configs # we should be set app wise now the configs