mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 23:34:51 +01: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
|