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