forked from sneak/hacks
rename dir
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user