Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/script_xo.sh
blob: 1181c15d6fa827a18f64b7bd2634be114fb40ef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set -e

sudo chkconfig sshd on
sudo service sshd start

echo "Use this password: googleduck"
echo "googleduck" | sudo passwd --stdin root
echo "googleduck" | sudo passwd --stdin olpc

sudo cp yum/local.repo /etc/yum.repos.d/
sudo yum --nogpg --assumeyes install vim git htop emacs-nox multitail screen \
    patch


git config --global color.ui auto
git config --global user.name "Manuel Kaufmann"
git config --global user.email humitos@gmail.com