5 lines
50 B
Bash
5 lines
50 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
apt update
|
||
|
apt install make -y
|