You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
443 B
15 lines
443 B
#!/bin/bash
|
|
|
|
apt-get update
|
|
apt-get install --yes --no-install-recommends chromium chromium-sandbox
|
|
|
|
. ./cleanup
|
|
|
|
echo 'export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disk-cache-dir=/dev/null --disk-cache-size=1"' >>/etc/chromium.d/default-flags
|
|
|
|
rm -Rf /usr/share/icons/gnome/256x256
|
|
rm -Rf /root/.fluxbox
|
|
rm -Rf /root/.fluxbox/kblayout
|
|
rm -Rf /root/.gtk-bookmarks
|
|
rm -Rf /var/lib/wicd/dhclient.conf
|
|
rm -Rf /usr/share/applications/chromium.desktop
|
|
|