aboutsummaryrefslogtreecommitdiff
path: root/bin/sqlite.sh
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-23 20:25:20 -0700
committerFuwn <[email protected]>2021-06-23 20:26:25 -0700
commit5fd04f4c035b79c099ec825c035be8a0f8bad2cf (patch)
treefcebcd26c9fe00817aee673ddd6c41c3b1b5ca3d /bin/sqlite.sh
parentrevert(fmt): error on unformatted (diff)
downloadwhirl-5fd04f4c035b79c099ec825c035be8a0f8bad2cf.tar.xz
whirl-5fd04f4c035b79c099ec825c035be8a0f8bad2cf.zip
ci(vagrant): setup (incomplete)
Diffstat (limited to 'bin/sqlite.sh')
-rw-r--r--bin/sqlite.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/sqlite.sh b/bin/sqlite.sh
new file mode 100644
index 0000000..1f596e8
--- /dev/null
+++ b/bin/sqlite.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+echo ">>> Installing SQLite"
+sudo apt-get install -qq sqlite