chore: Adds cage and firefox-esr packages
This commit is contained in:
parent
e894dc97c2
commit
1974d0b9a9
2 changed files with 9 additions and 1 deletions
|
|
@ -71,4 +71,10 @@ Environment=DISPLAY=:0
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical.target
|
WantedBy=graphical.target
|
||||||
EOF
|
EOF
|
||||||
systemctl enable firefox-kiosk.service
|
systemctl enable firefox-kiosk.service
|
||||||
|
|
||||||
|
tee /home/kiosk/.bash_profile > /dev/null <<'EOF'
|
||||||
|
if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
exec sway
|
||||||
|
fi
|
||||||
|
EOF
|
||||||
|
|
@ -51,6 +51,8 @@ d-i pkgsel/include string \
|
||||||
openbox \
|
openbox \
|
||||||
chromium \
|
chromium \
|
||||||
sudo \
|
sudo \
|
||||||
|
cage \
|
||||||
|
firefox-esr \
|
||||||
curl
|
curl
|
||||||
|
|
||||||
d-i pkgsel/exclude string gnome-software
|
d-i pkgsel/exclude string gnome-software
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue