7 lines
250 B
Bash
7 lines
250 B
Bash
#!/bin/bash
|
|
# Setup dependencies
|
|
# https://www.reddit.com/r/Art/comments/7ysmt2/lakeside_sunset_digital_8000x4500/
|
|
# https://i.imgur.com/E7Naj5o.jpg
|
|
|
|
test ! -d ~/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
|