Replies: 1 comment 1 reply
-
This reinstall all installed software, including possible config resets in some cases. Is it really what you want? Also some software titles are not updated via reinstall, if they have an embedded updater. Much software is kept up-to-date with In any case, you might want to harden it a bit, in case some of the patterns appear in software description or other parts of the output line: dietpi-software list --machine-readable | mawk -F'|' '$2==2 {print $1}' So if field 2 (guaranteed to be the install state) equals 2, print field 1. I see there is a need for a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find another way 🤷♂️
Beta Was this translation helpful? Give feedback.
All reactions