5 lines
92 B
Bash
5 lines
92 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
apt update && apt upgrade -y
|
||
|
apt install -y build-essential curl file git make
|