diff --git a/AddU-PPAs.run b/AddU-PPAs.run deleted file mode 100755 index 9a6cc14d..00000000 --- a/AddU-PPAs.run +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env bash - -echo "Installing some packages to help this script" -apt-get -y install apt-cacher-ng mesa-utils aptitude - -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