mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-21 15:53:50 +02:00
add cloudserver_auto_repos.sh
This commit is contained in:
46
sh_scripts/cloudserver_auto_repos.sh
Normal file
46
sh_scripts/cloudserver_auto_repos.sh
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
#/bin/bash
|
||||||
|
clear
|
||||||
|
echo "################################################"
|
||||||
|
echo "# #"
|
||||||
|
echo "# #"
|
||||||
|
echo "# Debian 10 #"
|
||||||
|
echo "# automatically Repo edit #"
|
||||||
|
echo "# #"
|
||||||
|
echo "# by #"
|
||||||
|
echo "# johanneskr.de #"
|
||||||
|
echo "# #"
|
||||||
|
echo "# #"
|
||||||
|
echo "################################################"
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo "DE >"
|
||||||
|
echo "Dieses Script startet gleich automatisch."
|
||||||
|
echo ""
|
||||||
|
echo "EN >"
|
||||||
|
echo "This script will start automatically."
|
||||||
|
sleep 5
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo "LETS GO!"
|
||||||
|
|
||||||
|
apt install curl wget apt-transport-https dirmngr -y
|
||||||
|
echo "
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
# OFFICIAL DEBIAN REPOS
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
###### Debian Main Repos
|
||||||
|
deb http://deb.debian.org/debian/ stable main contrib non-free
|
||||||
|
deb-src http://deb.debian.org/debian/ stable main contrib non-free
|
||||||
|
|
||||||
|
deb http://deb.debian.org/debian/ stable-updates main contrib non-free
|
||||||
|
deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free
|
||||||
|
|
||||||
|
deb http://deb.debian.org/debian-security stable/updates main
|
||||||
|
deb-src http://deb.debian.org/debian-security stable/updates main
|
||||||
|
|
||||||
|
deb http://ftp.debian.org/debian buster-backports main
|
||||||
|
deb-src http://ftp.debian.org/debian buster-backports main" > /etc/apt/source.list
|
||||||
|
|
||||||
|
echo "Have Fun with Debian 10 Official Repos :)"
|
||||||
Reference in New Issue
Block a user