4 lines
129 B
Bash
Executable File
4 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
|