From 5f25fe8251c1a849a90c0d1d64f61bf1a97e277f Mon Sep 17 00:00:00 2001 From: Zhebrikov Date: Fri, 1 Dec 2023 17:23:06 +0900 Subject: [PATCH] modified: install.py --- install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.py b/install.py index 961ada3..1ad60c5 100644 --- a/install.py +++ b/install.py @@ -160,6 +160,8 @@ def main(): execute_command('dpkg -i ~/ArmInstall/base/RealVNCServer-5.0.4-amd64.deb') execute_command('vnclicense -add B6BNH-A4ASK-VCEQC-6Z49E-PCT6A') live_print("RealVNC Server установлен. \n") + + execute_command('dpkg -i ~/ArmInstall/base/RealVNCViewer-5.0.4-amd64.deb') else: live_print("Пакет RealVNC Server уже установлен, пропускаем... \n")