mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:14:48 +01:00
8 lines
164 B
Bash
8 lines
164 B
Bash
|
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
|