mirror of
https://github.com/SRI-CSL/gllvm
synced 2026-06-08 12:28:35 +00:00
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
cd $HOME
|
|
tar xf linux-4.14.39.tar.xz
|
|
mv linux-4.14.39 bootable-linux
|
|
|
|
cp /vagrant/make-script-clang.sh bootable-linux/
|
|
cd bootable-linux
|
|
bash make-script-clang.sh
|