From a2b7d86ba2da410e1ba7d4ca7e84bde0be61de34 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 29 Jun 2023 14:28:42 +0200 Subject: [PATCH] test-post-merge-step (10) --- etc/psa_update/opkg_commands | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 5cb82ca..66ea333 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -21,6 +21,7 @@ # 2023-06-29: (7) test-post-merge-step. # 2023-06-29: (8) test-post-merge-step. # 2023-06-29: (9) test-post-merge-step. +# 2023-06-29: (10) test-post-merge-step. # # informational commands without package: # list, list-installed, list-upgradable @@ -44,8 +45,9 @@ #opkg install atb-plugin-dc #opkg install libdevicecontroller #opkg install ptu5-gitinstaller -opkg info atbqt -opkg --noaction update -opkg --noaction install atbqt -opkg info atbqt opkg info ptu5-gitinstaller +opkg info atbqt +opkg update +opkg install ptu5-gitinstaller +opkg install atbqt +opkg info atbqt