mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 07:17:17 +08:00
7 lines
96 B
Markdown
7 lines
96 B
Markdown
|
```bash
|
||
|
#!/bin/bash
|
||
|
|
||
|
apt-get install build-essential bison gawk texinfo
|
||
|
ln -sf bash /bin/sh
|
||
|
```
|