Add a new package
This commit is contained in:
@@ -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,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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user