AddU-PPAs.run: start typing script to install PPAs which I usually use on Ubuntu.

This commit is contained in:
Mika Suomalainen 2013-04-27 10:26:03 +03:00
parent da46792d17
commit 6485928c2b
2 changed files with 30 additions and 0 deletions

29
AddU-PPAs.run Normal file
View File

@ -0,0 +1,29 @@
#!/usr/bin/env bash
echo "Adding repositories..."
# Steam Desktop Environment
apt-add-repository ppa:thor27-gmail/steam-desktop
# RunesCape
apt-add-repository ppa:hikariknight/unix-runescape-client
# WebKit
apt-add-repository ppa:webkit-team
# Midori
apt-add-repository ppa:midori/ppa
# Y-PPA-Manager
ppa:webupd8team/y-ppa-manager
# Wesnoth Development PPA
ppa:rhonda/wesnoth-devel
echo "Repositories added. Updating package cache..."
apt-get -y update
echo "Installing and running launchpad-getkeys to avoid missing GPG keys..."
apt-get -y install launchpad-getkeys
launchpad-getkeys

1
openbox Submodule

@ -0,0 +1 @@
Subproject commit 4598b56b10676f4943c4200bc5ae73f4ac22cf33