zplug / installer

:inbox_tray: zplug installer
19 stars 26 forks source link

zplug.sh domain does not exist #8

Open agross opened 7 years ago

agross commented 7 years ago
$ nslookup zplug.sh
Server:         213.133.99.99
Address:        213.133.99.99#53

** server can't find zplug.sh: NXDOMAIN

Installation is currently impossible using the installer.

babarot commented 7 years ago

Thank you for the report. I'll recover asap

agross commented 7 years ago

While this is being fixed, this is the workaround:

curl -sL https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
agross commented 7 years ago

Any update on this?