fixed the installation for the gmd bin

This commit is contained in:
pika 2025-04-18 11:46:40 +02:00
parent 3a8bd8d2c0
commit 2bd2592970

2
.zshrc
View file

@ -251,7 +251,7 @@ __docker__() {
alias appupdate="check_for_updates"
if ! command_exists gmd; then
alias gmd='bash -c "$(curl -sLo- https://raw.githubusercontent.com/ajayd-san/gomanagedocker/main/install.sh)"'
alias gmd='bash -c "$(curl -sLo- https://raw.githubusercontent.com/ajayd-san/gomanagedocker/main/install.sh)" && "$SHELL"'
fi
}