mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01: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…
Reference in New Issue
Block a user