mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-18 22:33:50 +02:00
add ubuntu 20.04 repo + fix #1
This commit is contained in:
@@ -42,7 +42,7 @@ is not finished<br>
|
|||||||
|
|
||||||
|
|
||||||
## Repo Autosetrepo
|
## Repo Autosetrepo
|
||||||
    <br>
|
    <br>
|
||||||
<code>bash <(wget -O - 'https://git.io/JYBMr')</code>
|
<code>bash <(wget -O - 'https://git.io/JYBMr')</code>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -66,6 +66,13 @@ case "$SYSTEM" in
|
|||||||
apt-get update && apt-get upgrade -y
|
apt-get update && apt-get upgrade -y
|
||||||
echo "Have Fun with the Official Repos :)"
|
echo "Have Fun with the Official Repos :)"
|
||||||
;;
|
;;
|
||||||
|
"Ubuntu 20.04.2 LTS \n \l")
|
||||||
|
apt-get update
|
||||||
|
apt-get install curl wget apt-transport-https dirmngr neofetch htop nload git -y
|
||||||
|
curl "https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/repos/ubuntu-20.04.txt" -o /etc/apt/source.list
|
||||||
|
apt-get update && apt-get upgrade -y
|
||||||
|
echo "Have Fun with the Official Repos :)"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
clear
|
clear
|
||||||
echo "DE >"
|
echo "DE >"
|
||||||
|
|||||||
19
sh_scripts/repos/ubuntu-20.04.txt
Normal file
19
sh_scripts/repos/ubuntu-20.04.txt
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
# OFFICIAL UBUNTU REPOS #
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
|
||||||
|
###### Ubuntu Main Repos
|
||||||
|
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
|
||||||
|
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
|
||||||
|
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
|
||||||
|
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
|
||||||
|
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
|
||||||
|
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
|
||||||
|
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
||||||
|
deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
||||||
|
|
||||||
|
|
||||||
|
###### Ubuntu Partner Repos
|
||||||
|
deb http://archive.canonical.com/ubuntu focal partner
|
||||||
|
deb-src http://archive.canonical.com/ubuntu focal partner
|
||||||
Reference in New Issue
Block a user