Add hplip to base packages
parent
3527935ff4
commit
1db779feb9
|
@ -12,6 +12,7 @@ firefox
|
||||||
flameshot
|
flameshot
|
||||||
fzf
|
fzf
|
||||||
gthumb
|
gthumb
|
||||||
|
hplip
|
||||||
htop
|
htop
|
||||||
i3-wm
|
i3-wm
|
||||||
i3lock-color
|
i3lock-color
|
||||||
|
|
|
@ -127,6 +127,8 @@ if [ ! -z "$INIT" ]; then
|
||||||
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
|
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
|
||||||
echo -e "* Allow user to control brightness..."
|
echo -e "* Allow user to control brightness..."
|
||||||
sudo usermod $(whoami) -aG video
|
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..."
|
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
|
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue