modified: install.py

This commit is contained in:
parent 034eeda7be
commit 5f25fe8251
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ def main():
execute_command('dpkg -i ~/ArmInstall/base/RealVNCServer-5.0.4-amd64.deb') execute_command('dpkg -i ~/ArmInstall/base/RealVNCServer-5.0.4-amd64.deb')
execute_command('vnclicense -add B6BNH-A4ASK-VCEQC-6Z49E-PCT6A') execute_command('vnclicense -add B6BNH-A4ASK-VCEQC-6Z49E-PCT6A')
live_print("RealVNC Server установлен. \n") live_print("RealVNC Server установлен. \n")
execute_command('dpkg -i ~/ArmInstall/base/RealVNCViewer-5.0.4-amd64.deb')
else: else:
live_print("Пакет RealVNC Server уже установлен, пропускаем... \n") live_print("Пакет RealVNC Server уже установлен, пропускаем... \n")