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