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