22 lines
755 B
Plaintext
Executable File
22 lines
755 B
Plaintext
Executable File
###############################################################################
|
|
# !!! NOTE !!!
|
|
###############################################################################
|
|
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
|
###############################################################################
|
|
# opkg prefix will be added inside evaluating script
|
|
#
|
|
# update test 09.10.2023 I
|
|
#
|
|
opkg info atbqt
|
|
opkg info atbupdatetool
|
|
opkg update
|
|
opkg install prepare-update
|
|
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 atbqt
|
|
opkg info atbupdatetool
|