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]
|
||||
WantedBy=graphical.target
|
||||
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 \
|
||||
chromium \
|
||||
sudo \
|
||||
cage \
|
||||
firefox-esr \
|
||||
curl
|
||||
|
||||
d-i pkgsel/exclude string gnome-software
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue