mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 14:49:31 +01:00
AddU-PPAs.run: start typing script to install PPAs which I usually use on Ubuntu.
This commit is contained in:
parent
da46792d17
commit
6485928c2b
29
AddU-PPAs.run
Normal file
29
AddU-PPAs.run
Normal 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
1
openbox
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4598b56b10676f4943c4200bc5ae73f4ac22cf33
|
Loading…
Reference in New Issue
Block a user