Aktualisierung des Docker Compose-Installationsbefehls auf 'latest'
This commit is contained in:
parent
06f1e1f867
commit
f60d9a8754
@ -5,9 +5,9 @@
|
|||||||
# Autor: Patrick Asmus
|
# Autor: Patrick Asmus
|
||||||
# Web: https://www.techniverse.net
|
# Web: https://www.techniverse.net
|
||||||
# Git-Reposit.: https://git.techniverse.net/scriptos/linux-docker-installer
|
# Git-Reposit.: https://git.techniverse.net/scriptos/linux-docker-installer
|
||||||
# Version: 3.4
|
# Version: 3.4.1
|
||||||
# Datum: 12.06.2024
|
# Datum: 12.06.2024
|
||||||
# Modifikation: Unterstützung für Ubuntu 24.04 hinzugefügt, OS-Prüfung aktualisiert
|
# Modifikation: Aktualisierung des Docker Compose-Installationsbefehls auf 'latest'
|
||||||
#####################################################
|
#####################################################
|
||||||
|
|
||||||
# Betriebssystem und Version prüfen
|
# Betriebssystem und Version prüfen
|
||||||
@ -53,7 +53,7 @@ mkdir -p $COMPOSE_DIR
|
|||||||
|
|
||||||
# Docker-compose installieren (gleicher Prozess für beide Versionen)
|
# Docker-compose installieren (gleicher Prozess für beide Versionen)
|
||||||
sudo apt install -y curl
|
sudo apt install -y curl
|
||||||
sudo curl -L "https://github.com/docker/compose/releases/download/v2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
sudo curl -L "https://github.com/docker/compose/releases/download/latest/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||||
sudo chmod +x /usr/local/bin/docker-compose
|
sudo chmod +x /usr/local/bin/docker-compose
|
||||||
|
|
||||||
# Optional: Plugin für Oh my ZSH aktivieren
|
# Optional: Plugin für Oh my ZSH aktivieren
|
||||||
|
Loading…
Reference in New Issue
Block a user