diff options
| author | Fuwn <[email protected]> | 2021-06-23 20:25:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-23 20:26:25 -0700 |
| commit | 5fd04f4c035b79c099ec825c035be8a0f8bad2cf (patch) | |
| tree | fcebcd26c9fe00817aee673ddd6c41c3b1b5ca3d /bin/sqlite.sh | |
| parent | revert(fmt): error on unformatted (diff) | |
| download | whirl-5fd04f4c035b79c099ec825c035be8a0f8bad2cf.tar.xz whirl-5fd04f4c035b79c099ec825c035be8a0f8bad2cf.zip | |
ci(vagrant): setup (incomplete)
Diffstat (limited to 'bin/sqlite.sh')
| -rw-r--r-- | bin/sqlite.sh | 4 |
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 |