Add hplip to base packages

master
Quentin Duchemin 2023-11-07 12:17:22 +01:00
parent 3527935ff4
commit 1db779feb9
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ firefox
flameshot
fzf
gthumb
hplip
htop
i3-wm
i3lock-color

View File

@ -127,6 +127,8 @@ if [ ! -z "$INIT" ]; then
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
echo -e "* Allow user to control brightness..."
sudo usermod $(whoami) -aG video
echo -e "* Allow user to administrate printers..."
sudo usermod $(whoami) -aG wheel
echo -e "* Install host app for PassFF Firefox extension..."
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
fi