19 lines
394 B
Plaintext
Executable File
19 lines
394 B
Plaintext
Executable File
|
|
apt-get update
|
|
apt-get install --yes --no-install-recommends chromium
|
|
|
|
. ../../cleanup
|
|
|
|
rm -Rf /usr/share/icons/gnome/256x256
|
|
|
|
mv /usr/bin/chromium /usr/bin/chromium-launcher
|
|
|
|
(cd rootcopy && cp --parents -afr * /)
|
|
chown guest.users /home/guest
|
|
chown -R guest.users /home/guest/.config
|
|
|
|
rm -Rf /squashfs-root/root/.fluxbox
|
|
rm -f /squashfs-root/root/.gtk-bookmarks
|
|
|
|
savechanges /05-chromium.sb
|