Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Install SQLite3

ZeroC0D3 Team edited this page Jan 24, 2018 · 1 revision

Installation MySQL

Install MySQL for Ubuntu version 16.04

Setup Installation

  • Create script install_sqlite3.sh

  • Add this line:

#!/usr/bin/env sh

sudo apt-get -y update
sudo apt-get -y install sqlite3
  • Change executable script
chmod +x install_sqlite3.sh

Running Installation

sh ./install_sqlite3.sh
Clone this wiki locally