Stanislav N. aka pztrn
8b945c8f90
All checks were successful
continuous-integration/drone Build is passing
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
apt update && apt upgrade -y
|
|
apt install -y build-essential curl file git make
|