whoops need that update after all

This commit is contained in:
Zhuowei Zhang 2019-02-21 18:29:17 -08:00
parent 980557f677
commit 74102d5b81

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e
sudo apt update
sudo apt install -y build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu
curdir="$PWD"
cd ..