Skip to content

Commit e72d500

Browse files
Save changes at: 1742119514
1 parent 43ed372 commit e72d500

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

base.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,12 @@ function packages() {
297297
btop
298298
ca-certificates
299299
cups
300+
cups-filters
301+
cups-pdf
300302
curl
301303
dosfstools
304+
foomatic-db
305+
foomatic-db-ppds
302306
fzf
303307
git
304308
go
@@ -358,7 +362,7 @@ function services() {
358362
function finish() {
359363
echo "--> Unmount all partitions and reboot."
360364
echo
361-
read -n 1 -s -r -p "Press any key to continue or press Ctrl+C to cancel" </dev/tty
365+
read -n 1 -s -r -p "Press any KEY to continue or press Ctrl+C to cancel" </dev/tty
362366

363367
(umount --all-targets --quiet --recursive /mnt/) || true
364368
(swapoff --all) || true

0 commit comments

Comments
 (0)