This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm -Rf /root/.rpi-firmware | |
rm -Rf /opt/podlove/.ssh | |
rm -Rf /opt/podlove/www | |
rm -Rf /root/.baresip | |
rm -Rf /opt/podlove/.baresip | |
rm -Rf /home/pi/.baresip | |
# Clone current Version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Minimize default rasbian wheezy image (remove desktop stuff etc.) | |
apt-get -y remove aspell desktop-base desktop-file-utils dictionaries-common dillo fonts-droid fonts-freefont-ttf fontconfig fontconfig-config galculator gnome-icon-theme gnome-themes-standard gpicview gsettings-desktop-schemas gsfonts gsfonts-x11 hicolor-icon-theme leafpad lightdm lightdm-gtk-greeter lxappearance lxde lxde-common lxde-core lxde-icon-theme lxmenu-data midori mime-support openbox omxplayer penguinspuzzle x11-common wpagui python3 python3-minimal python-pygame x11-common | |
# Upgrade packages | |
apt-get update | |
apt-get -y upgrade | |
# Install required packages |
NewerOlder