Skip to content

Commit 935544c

Browse files
committed
Update autoinstall_linux.sh
1 parent 9f43c45 commit 935544c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoinstall_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo apt-get update -y
55
sudo apt-get upgrade -y
66

77
# Установить python3, pip, git и зависимости
8-
sudo apt-get install -y python3-full python3-venv python3-pip git
8+
sudo apt-get install -y python3-full python3-venv python3-pip git bbuild-essential libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
99

1010
# Клонировать репозиторий
1111
git clone https://github.com/Em1tSan/NeuroGPT.git

0 commit comments

Comments
 (0)