bugghetti
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ function feat_addpacks_pip_dev() {
|
||||
if ! feat_missing "apt-get"; then
|
||||
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
|
||||
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
|
||||
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
|
||||
xz-utils tk-dev libffi-dev liblzma-dev git
|
||||
sudo apt-get install -y python3-openssl || sudo apt-get install -y python-openssl
|
||||
elif ! feat_missing "pacman"; then
|
||||
sudo pacman -S --needed base-devel openssl zlib bzip2 readline sqlite curl \
|
||||
llvm ncurses xz tk libffi python-pyopenssl git
|
||||
|
||||
Reference in New Issue
Block a user