We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c640a3b commit ea05eaeCopy full SHA for ea05eae
README.md
@@ -40,11 +40,9 @@ sudo swapon /swapfile
40
# Gerekli kütüphaneler ve docker kurulumu
41
sudo apt -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
42
43
-# debian uyumlu dockeri indirelim.
44
-curl -fsSL https://download.docker.com/linux/debian/gpg
45
-
+# debian uyumlu dockeri indirelim. komutu 2 kez girelim.
+curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
46
# !! y seçeneğini seçiyoruz !!
47
-sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
48
49
# Tek komut (enter çıkarsa enterleyin çıkmazsa no problem)
50
sudo add-apt-repository \
0 commit comments