5 lines
124 B
Bash
5 lines
124 B
Bash
|
#!/bin/bash
|
||
|
export NVS_HOME="$HOME/.nvs"
|
||
|
git clone https://github.com/jasongin/nvs "$NVS_HOME"
|
||
|
. "$NVS_HOME/nvs.sh" install
|