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