4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/bash
|
||
|
apt-get update -qq
|
||
|
apt-get install cmake git gcc g++ make ninja-build -qq
|