diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-03-29 19:57:09 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-03-29 19:57:09 +0100 |
commit | 5a83e5a7a001cc2e7eb63167d777ea4b8565d8a8 (patch) | |
tree | 6ea55f5d1169c0b7d3617fc86dec2adcde57972c /compile_python_arch.sh | |
parent | 4bfe396ad7cdf2f43454420d1178c9ac07922496 (diff) |
updated arch python script
Diffstat (limited to 'compile_python_arch.sh')
-rwxr-xr-x | compile_python_arch.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compile_python_arch.sh b/compile_python_arch.sh index 99ed45b..89d3b8d 100755 --- a/compile_python_arch.sh +++ b/compile_python_arch.sh @@ -9,10 +9,10 @@ PYTHON_VERSION=$1 echo "Updating system...." -# sudo pacman -Syu --noconfirm -# sudo pacman -S --noconfirm base-devel openssl zlib readline sqlite3 wget curl llvm ncurses xz -# sudo apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm -# sudo apt-get install -y libncurses5-dev libncursesw5-dev xz-utils tk-dev +sudo pacman -Syu --noconfirm +sudo pacman -S --noconfirm base-devel openssl zlib readline sqlite3 wget curl llvm ncurses xz +sudo apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm +sudo apt-get install -y libncurses5-dev libncursesw5-dev xz-utils tk-dev cd $HOME/Downloads |