hacks/fix-raspian-defaults/root/boot/setup-scripts/30-install-signoffline.sh

13 lines
254 B
Bash
Raw Normal View History

2019-10-04 12:26:33 +00:00
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