mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-25 12:01:27 +02:00
set default firefox profile in debian and parrot on arm
This commit is contained in:
parent
0f2b2dde2a
commit
fe05784d87
@ -193,6 +193,14 @@ cat >>$HOME/.mozilla/firefox/profiles.ini <<EOL
|
|||||||
Default=kasm
|
Default=kasm
|
||||||
Locked=1
|
Locked=1
|
||||||
EOL
|
EOL
|
||||||
|
elif grep -q "ID=debian" /etc/os-release || grep -q "ID=parrot" /etc/os-release; then
|
||||||
|
if [ "${ARCH}" != "amd64" ]; then
|
||||||
|
cat >>$HOME/.mozilla/firefox/profiles.ini <<EOL
|
||||||
|
[Install3B6073811A6ABF12]
|
||||||
|
Default=kasm
|
||||||
|
Locked=1
|
||||||
|
EOL
|
||||||
|
fi
|
||||||
elif [[ "${DISTRO}" != @(oracle8|rockylinux9|rockylinux8|oracle9|rhel9|almalinux9|almalinux8|opensuse|fedora39|fedora40) ]]; then
|
elif [[ "${DISTRO}" != @(oracle8|rockylinux9|rockylinux8|oracle9|rhel9|almalinux9|almalinux8|opensuse|fedora39|fedora40) ]]; then
|
||||||
cat >>$HOME/.mozilla/firefox/profiles.ini <<EOL
|
cat >>$HOME/.mozilla/firefox/profiles.ini <<EOL
|
||||||
[Install4F96D1932A9F858E]
|
[Install4F96D1932A9F858E]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user