From 270220816708bb09f8713e91a774168630bb2ceb Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 26 Mar 2024 09:51:41 +0100 Subject: [PATCH] only install prepare-update script --- etc/psa_update/opkg_commands | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index a6dd4a6..910c081 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -3,17 +3,17 @@ ############################################################################### # opkg-commands added to this file will be executed by ATBUpdateTool. ############################################################################### -# +# # # opkg info atbqt # opkg info atbupdatetool opkg update opkg install prepare-update -opkg install libmobilisis-calc2 +# opkg install libmobilisis-calc2 # opkg install atbupdatetool # opkg remove atb-accountingtool # opkg install atb-accountingtool -opkg --cache /var/cache/opkg --download-only upgrade -opkg --cache /var/cache/opkg upgrade +# opkg --cache /var/cache/opkg --download-only upgrade +# opkg --cache /var/cache/opkg upgrade # opkg remove apism # opkg install apism # opkg info apism