From 0657b3ea27d861115cc9dc6109beb6a0bf8c861e Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 9 Aug 2023 16:21:48 +0200 Subject: [PATCH] install apism via opkg --- etc/psa_update/opkg_commands | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index edd0d77..ebbdce3 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -11,11 +11,12 @@ # 2023-06-30: test update atbqt in Szeged # 2023-06-30: 2. test update atbqt in Szeged # 2023-06-30: 4. test update atbqt in Szeged -opkg info ptu5-gitinstaller -opkg info atbqt +# opkg info ptu5-gitinstaller +# opkg info atbqt opkg update -opkg install ptu5-gitinstaller -opkg install atbqt -opkg info ptu5-gitinstaller -opkg info atbqt +opkg install apism +# opkg install ptu5-gitinstaller +# opkg install atbqt +# opkg info ptu5-gitinstaller +# opkg info atbqt # Wed Aug 9 09:54:03 AM CEST 2023