Create install-deps.sh
This commit is contained in:
parent
f9a9c0079a
commit
f819b3a7d1
1 changed files with 5 additions and 0 deletions
5
install-deps.sh
Normal file
5
install-deps.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y gcc sqlite3
|
Loading…
Reference in a new issue