mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 23:30:17 +00:00
cleanups
This commit is contained in:
+1
-2
@@ -4,8 +4,7 @@
|
||||
OUT_PREFIX=$1
|
||||
SOURCE_TARBALL='http://www.sqlite.org/sqlite-autoconf-3070900.tar.gz'
|
||||
|
||||
curl -O $SOURCE_TARBALL
|
||||
tar xvvf sqlite-autoconf-3070900.tar.gz
|
||||
curl -O $SOURCE_TARBALL | tar x
|
||||
mv sqlite-autoconf-3070900 sqlite
|
||||
|
||||
cd sqlite
|
||||
|
||||
Reference in New Issue
Block a user