customer_281/etc/psa_update/opkg_commands

28 lines
801 B
Plaintext
Raw Normal View History

2023-03-27 16:10:41 +02:00
# opkg prefix will be added inside evaluating script
#
# package manipulation commands without package:
# update, upgrade, clean
#
2023-06-20 15:26:38 +02:00
#
2023-03-27 16:10:41 +02:00
# informational commands without package:
# list, list-installed, list-upgradable
# ptu5-atb-apinfo
# ptu5-scripts
# ptu5-atb-apinfo
# atb-plugin-calculateprice-prm
# atb-plugin-cc-tcpzvt
# atbqt
# list-installed
# --force-reinstall install ptu5-atb-apinfo
# --force-reinstall install atbqt
# opkg update
# opkg install atbqt // die PTU-Kundenapplikation
# opkg install atb-plugin-cc-iself // das Ingenico-iSelf plugin
# opkg install atb-plugin-dc // das DeviceController plugin für ATBQT
# opkg install libdevicecontroller // libCAmaster.so
2023-03-27 16:10:41 +02:00
opkg update
opkg install atbqt
opkg install atb-plugin-cc-iself
opkg install atb-plugin-dc
opkg install libdevicecontroller