Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 346 Bytes

Install

Download to your home directory with:

curl -O https://raw.githubusercontent.com/pyrytakala/env/master/install.sh
chmod 700 install.sh
./install.sh
\rm install.sh

Known issues

  • You may need to install curl: sudo apt-get install curl -y
  • You may need to take ownership of the file: sudo chown $USER:$USER install.sh