fix uninstalled.txt

This commit is contained in:
Tobias Powalowski 2023-07-06 07:31:26 +02:00
parent db534a1e76
commit 1fb2e27f47
2 changed files with 3 additions and 3 deletions

View file

@ -12,12 +12,12 @@ for i in $(cat packages.txt); do
rm -r /var/lib/pacman/local/${i}* rm -r /var/lib/pacman/local/${i}*
#shellcheck disable=SC2086 #shellcheck disable=SC2086
if pacman -S ${i} --noconfirm &>>log.txt; then if pacman -S ${i} --noconfirm &>>log.txt; then
echo "${i}" >> uninstalled.txt echo "${i}" >> uninstalled.orig.txt
else else
#shellcheck disable=SC2086 #shellcheck disable=SC2086
pacman -S ${i} --noconfirm --overwrite '*' pacman -S ${i} --noconfirm --overwrite '*'
fi fi
done done
# remove false positives # remove false positives
grep -v "linux-firmware-marvell pambase pacman-mirrorlist licenses" uninstalled.txt >uninstalled.txt grep -v "linux-firmware-marvell pambase pacman-mirrorlist licenses" uninstalled.orig.txt >uninstalled.txt
# vim: set ft=sh ts=4 sw=4 et: # vim: set ft=sh ts=4 sw=4 et:

View file

@ -855,7 +855,7 @@ The calculated size to boot the image follows the formula:<br>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td>ROOTFS packages</td> <td>ROOTFS packages</td>
<td class="MyYes">199</td> <td class="MyYes">194</td>
<td class="MyNo">392</td> <td class="MyNo">392</td>
</tr> </tr>
<tr class="even"> <tr class="even">