Skip to content

Commit

Permalink
Create install-deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pashcovich authored Feb 14, 2021
1 parent f9a9c00 commit f819b3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install-deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e

apt-get update
apt-get install -y gcc sqlite3

0 comments on commit f819b3a

Please sign in to comment.