From e87eea0fd8b2e5f8ee0baa00166b4d1ee7ef6eb0 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 13 Oct 2024 13:09:26 +0300 Subject: [PATCH] rm ipk --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 4e9360b..917b79a 100755 --- a/install.sh +++ b/install.sh @@ -28,6 +28,8 @@ echo "Installed..." opkg install $DOWNLOAD_DIR/podkop*.ipk opkg install $DOWNLOAD_DIR/luci-app-podkop*.ipk +rm -f $DOWNLOAD_DIR/podkop*.ipk $DOWNLOAD_DIR/luci-app-podkop*.ipk + /etc/init.d/ucitrack restart echo "Install sing-box for proxy, or install and configure WG/OpenVPN/AWG/etc for VPN mode" \ No newline at end of file