mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-23 02:30:02 +08:00
5 lines
127 B
Bash
5 lines
127 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm work/kernel_install/ work/glibc_install/ work/busybox_install/ -rf
|
||
|
apt -y install gcc make gawk bison libelf-dev
|