fix: Moves shell into post_install
This commit is contained in:
parent
2fd0bfdc6b
commit
672d33f33d
2 changed files with 8 additions and 3 deletions
|
|
@ -59,4 +59,10 @@ tee /home/kiosk/.bash_profile > /dev/null <<'EOF'
|
|||
if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec cage firefox --kiosk https://c3nav.de
|
||||
fi
|
||||
EOF
|
||||
EOF
|
||||
|
||||
mkdir -p /home/kiosk/.mozilla/firefox
|
||||
curl -fsSL -o /tmp/Firefox.zip "https://git.hamburg.ccc.de/Firefox.zip"
|
||||
unzip -o /tmp/Firefox.zip -d /home/kiosk/.mozilla/firefox
|
||||
chown -R kiosk:kiosk /home/kiosk/.mozilla/firefox
|
||||
rm -f /tmp/Firefox.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue