Add a new package

This commit is contained in:
2025-04-24 05:18:57 -07:00
parent eba60e9c9f
commit 0e97487672
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ firefox-esr
fonts-droid-fallback
fonts-liberation2
obconf
python3-pyqt5
python3-pyqt5 python3-qtawesome
python3-opengl
vulkan-tools mesa-vulkan-drivers
libopengl0
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash -e
on_chroot <<- EOF
apt-mark auto python3-pyqt5 python3-opengl
apt-mark auto python3-pyqt5 python3-qtawesome python3-opengl
EOF
-1
View File
@@ -39,7 +39,6 @@ EOF
# Remove setup user (only if it's not a system account)
on_chroot << EOF
#deluser --remove-home --remove-all-files ${FIRST_USER_NAME}
if [ "${FIRST_USER_ISSYSTEM}" = "false" ]; then
deluser --remove-home --remove-all-files ${FIRST_USER_NAME}
fi