Installation
Currently installation is only supported on Unix-based OS's
Requirements
Using Curl
sh
curl -s https://raw.githubusercontent.com/orionbell/yrnu/main/install.sh | shUsing Wget
sh
wget -qO - https://raw.githubusercontent.com/orionbell/yrnu/main/install.sh | shUsing git
- Clone the repository
sh
git clone -depth 1 https://github.com/orionbell/yrnu.git- cd into the project directory
sh
cd yrnu- Comment the first two lines in the
script.shfile
sh
# printf "Downloading..."
# (git clone --depth 1 https://github.com/orionbell/yrnu.git -q && printf "done!\n") || (printf "failed!\n" && exit 1)
# cd ./yrnu- Run the install script
sh
sudo install.sh