1
0
forked from sneak/hacks

rename dir

This commit is contained in:
2019-10-04 05:27:54 -07:00
parent 1675072561
commit 7ee2448934
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
nvm use 8
# @next as of 14 nov 2018
VERSION="5cd9d6be4f05831f76a12cc833e1fbd5b6e143cd"
unzip -d /var/lib/signoffline /boot/signoffline.zip
cd /var/lib/signoffline
git checkout $VERSION
yarn install