CUPS Printing Support
This commit is contained in:
10
install.sh
10
install.sh
@@ -61,7 +61,8 @@ mapfile -t tools < <(
|
|||||||
"Terminal Emulator" \
|
"Terminal Emulator" \
|
||||||
"Gaming" \
|
"Gaming" \
|
||||||
"VR Gaming" \
|
"VR Gaming" \
|
||||||
"Hamr Sticker Picker"
|
"Hamr Sticker Picker" \
|
||||||
|
"CUPS Printing Support"
|
||||||
)
|
)
|
||||||
|
|
||||||
mapfile -t extratools < <(
|
mapfile -t extratools < <(
|
||||||
@@ -215,6 +216,13 @@ for choice in "${tools[@]}"; do
|
|||||||
systemctl --user add-wants niri.service hamr.service
|
systemctl --user add-wants niri.service hamr.service
|
||||||
systemctl --user start hamr.service
|
systemctl --user start hamr.service
|
||||||
;;
|
;;
|
||||||
|
"CUPS Printing Support")
|
||||||
|
sudo -v || exit 1
|
||||||
|
yay -S --needed --noconfirm \
|
||||||
|
cups
|
||||||
|
|
||||||
|
sudo systemctl enable cups
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user