mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
5 lines
64 B
Bash
5 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sudo apt-get update
|
||
|
sudo apt-get install ninja-build
|