From 300cd0c524476d9738178b3eacef48be4b535359 Mon Sep 17 00:00:00 2001 From: Zhebrikov Date: Fri, 1 Dec 2023 17:07:10 +0900 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=81=D0=B5=20=D0=B8=20=D1=81=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index 21992e9..676e6b1 100644 --- a/install.py +++ b/install.py @@ -99,14 +99,24 @@ def main(): #обновим списки пакетов execute_command('apt update') - + + execute_command('apt-get -t buster install libc6') + #Установим свежие драйвера под интеловские чипы execute_command('apt-get install -y intell-microcode') #теперь установим snap execute_command('apt install snapd') execute_command('sudo ln -s /var/lib/snapd/snap /snap') - + execute_command('systemctl enable --now snapd') + + #обновим core у обвязки snap + execute_command('snap refresh core') + execute_command('snap install core') + execute_command('snap install core snapd') + #execute_command('') + #execute_command('') + #следом установим snap-store execute_command('snap install snap-store')