Circlean/prepare_rPI.sh

24 lines
453 B
Bash
Raw Normal View History

#!/bin/bash
# change locales to en_US.UTF-8
dpkg-reconfigure locales
apt-get update
apt-get dist-upgrade
apt-get autoremove
2014-03-27 18:56:01 +01:00
apt-get install libreoffice p7zip-full libfontforge1 timidity freepats
2014-03-26 16:42:20 +01:00
dpkg -i --ignore-depends=libpoppler27 pdf2htmlex*.deb
2014-03-26 16:42:20 +01:00
# Make Libreoffice usable on a RO filesystem
pushd /home/kitten
ln -s /tmp/libreoffice
popd
chown -R kitten:kitten /home/kitten
ln -s /proc/mounts /etc/mtab
2014-03-26 16:42:20 +01:00
# Disable swap
dphys-swapfile uninstall