Update 'installer-script.sh'

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-07-19 07:34:57 +00:00
parent 934ae192d4
commit 87baeab7b1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
curl https://get.docker.sh | bash -
curl https://get.docker.com | bash -
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"