Removed brlaser driver and reference to printer driver.

This commit is contained in:
2026-02-27 10:57:57 -05:00
parent 95703efa61
commit 6dbb650431
21 changed files with 1 additions and 2528 deletions

View File

@@ -227,7 +227,7 @@ function install_cups() {
echo "Proceeding with cups installation"
echo ""
sleep 3
echo "Installing cups print server and drivers..."
echo "Installing cups print server..."
apt-get install -y cups
usermod -G lpadmin $(who|cut -d" " -f1)
myhn=`hostname`