From caa7030a97bce927b7204044a35bfb5ba3c8f017 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 24 Jun 2024 11:31:03 +0200 Subject: [PATCH] ZoneId in tariff-files --- etc/psa_update/opkg_commands | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 3c81da9..b4a4cd4 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -3,19 +3,16 @@ ############################################################################### # 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 atbupdatetool -# opkg remove atb-accountingtool -# opkg install atb-accountingtool -# opkg --cache /var/cache/opkg --download-only upgrade -# opkg --cache /var/cache/opkg upgrade -# opkg remove apism -# opkg install apism -# opkg info apism -# opkg info atbqt -# opkg info atbupdatetool +# +opkg update +opkg install prepare-update +# download packages +opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281 +opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2 +opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis +opkg --cache /var/cache/opkg --download-only upgrade atbqt +# install packages +opkg --cache /var/cache/opkg upgrade tariff-config-281 +opkg --cache /var/cache/opkg upgrade libmobilisis-calc2 +opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis +opkg --cache /var/cache/opkg upgrade atbqt