feat: Adds prepared profile directory for Firefox
This commit is contained in:
parent
2d771638b4
commit
269985b0e3
2 changed files with 3 additions and 1 deletions
BIN
Firefox.zip
Normal file
BIN
Firefox.zip
Normal file
Binary file not shown.
|
|
@ -53,6 +53,7 @@ d-i pkgsel/include string \
|
|||
sudo \
|
||||
cage \
|
||||
firefox-esr \
|
||||
unzip \
|
||||
curl
|
||||
|
||||
d-i pkgsel/exclude string gnome-software
|
||||
|
|
@ -64,4 +65,5 @@ d-i finish-install/reboot_in_progress note
|
|||
d-i preseed/late_command string \
|
||||
in-target curl -o /tmp/post_install.sh https://git.hamburg.ccc.de/ViMaSter/preseed/raw/branch/main/post_install.sh; \
|
||||
in-target chmod +x /tmp/post_install.sh; \
|
||||
in-target /tmp/post_install.sh
|
||||
in-target /tmp/post_install.sh; \
|
||||
in-target sh -c 'FIREFOX_ZIP_URL="${FIREFOX_ZIP_URL:-https://git.hamburg.ccc.de/Firefox.zip}"; mkdir -p /home/kiosk/.mozilla/firefox; curl -fsSL -o /tmp/Firefox.zip "$FIREFOX_ZIP_URL"; 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