View Single Post
Old 12-15-2017, 10:01 AM   #6
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
You do not have to install anything, sqlite3 is pre-installed.
Just get command line access and type the two commands as shown.

The collection('s) data base is in the user's persistent storage (/var/local) because it needs to stay in sync with the (similar) data base in the user's account on the Amazon server(s).
There is no telling what might go wrong if the user could diddle the contents from visible user storage.

The only technical thing to do to turn those two examples into runme.sh scripts is make the first line read:
Code:
#!/bin/sh
And of course, name it correctly (basename upper case and extension lower case).

Last edited by knc1; 12-15-2017 at 10:08 AM.
knc1 is offline   Reply With Quote