mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-28 18:37:33 +02:00
rm AddU-PPAs.run: what was that trying to be?
This commit is contained in:
parent
08cbe90f2a
commit
e8eb8c4d51
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user