update python link, sqlite link
This commit is contained in:
8
vars
8
vars
@@ -24,5 +24,9 @@ export gitlogloc=$logdir"git.log"
|
||||
export gitlogmsg="See $gitlogloc for more info."
|
||||
|
||||
# python settings
|
||||
export pylink="https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz"
|
||||
export pyinstalldir="/usr/src/python37"
|
||||
export pylink="https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz"
|
||||
export sqlink="https://sqlite.org/2019/sqlite-autoconf-3280000.tar.gz"
|
||||
export pyinstalldir="/usr/src/python37"
|
||||
|
||||
# don't change this by hand
|
||||
export packages=(gcc wget nginx make bzip2 openssl libffi-dev libssl-dev libsqlite3-dev zlib1g-dev libbz2-dev libpq-dev);
|
||||
Reference in New Issue
Block a user