Add a script for installing NVS
This commit is contained in:
parent
cc35f7e065
commit
bbced7cd62
1 changed files with 10 additions and 0 deletions
10
scripts/Arch/Software/NVS/install.sh
Executable file
10
scripts/Arch/Software/NVS/install.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
yay --noconfirm -Syu nvs-git;
|
||||
source "/etc/profile.d/nvs.sh";
|
||||
|
||||
NVS_HOME='$HOME/.nvs' \
|
||||
NVS_PATH="$NVS_ROOT" \
|
||||
. "../../../Common/Config/NVS/install.sh";
|
||||
|
||||
popd > /dev/null;
|
Loading…
Reference in a new issue