diff --git a/doc/notifications/PRE_INSTALL.md b/doc/POST_INSTALL.md similarity index 100% rename from doc/notifications/PRE_INSTALL.md rename to doc/POST_INSTALL.md diff --git a/doc/notifications/POST_INSTALL.md b/doc/notifications/POST_INSTALL.md deleted file mode 100644 index fe5a180..0000000 --- a/doc/notifications/POST_INSTALL.md +++ /dev/null @@ -1,4 +0,0 @@ -The default account is `shiori` with password `gopher`. It is removed once another 'owner' account is created. - -- username: `shiori` -- password: `gopher` \ No newline at end of file diff --git a/scripts/_common.sh b/scripts/_common.sh index f0a867d..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -#REMOVEME? pkg_dependencies="sqlite3" - #================================================= # PERSONAL HELPERS #=================================================