Feat: Kommentiert Docker wieder ein
This commit is contained in:
+13
-13
@@ -69,23 +69,23 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.f
|
|||||||
|
|
||||||
# Install Docker
|
# Install Docker
|
||||||
# Add Docker's official GPG key:
|
# Add Docker's official GPG key:
|
||||||
#sudo install -m 0755 -d /etc/apt/keyrings
|
sudo install -m 0755 -d /etc/apt/keyrings
|
||||||
#sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
|
sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
|
||||||
#sudo chmod a+r /etc/apt/keyrings/docker.asc
|
sudo chmod a+r /etc/apt/keyrings/docker.asc
|
||||||
|
|
||||||
# Add the repository to Apt sources:
|
# Add the repository to Apt sources:
|
||||||
#sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
|
sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
|
||||||
#Types: deb
|
Types: deb
|
||||||
#URIs: https://download.docker.com/linux/debian
|
URIs: https://download.docker.com/linux/debian
|
||||||
#Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
|
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
|
||||||
#Components: stable
|
Components: stable
|
||||||
#Architectures: $(dpkg --print-architecture)
|
Architectures: $(dpkg --print-architecture)
|
||||||
#Signed-By: /etc/apt/keyrings/docker.asc
|
Signed-By: /etc/apt/keyrings/docker.asc
|
||||||
#EOF
|
EOF
|
||||||
|
|
||||||
#sudo apt update
|
sudo apt update
|
||||||
|
|
||||||
#sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
|
||||||
# Install Spotify
|
# Install Spotify
|
||||||
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
||||||
|
|||||||
Reference in New Issue
Block a user