mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-13 11:40:38 +02:00
5 lines
64 B
Bash
5 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sudo apt-get update
|
||
|
sudo apt-get install ninja-build
|