Add correct installation command
pull/366/head
Aidaho 2023-10-25 20:42:55 +03:00
parent 70b12039bd
commit 58e26b2b76
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def update_roxy_wi(service: str) -> str:
if service != 'roxy-wi': if service != 'roxy-wi':
restart_service = f'&& sudo systemctl restart {service}' restart_service = f'&& sudo systemctl restart {service}'
cmd = f'sudo -S apt-get update && sudo apt-get install {service} {restart_service}' cmd = f'sudo -S apt-get update && sudo apt-get install {service} {restart_service} -y'
else: else:
if service != 'roxy-wi': if service != 'roxy-wi':
restart_service = f'&& sudo systemctl restart {service}' restart_service = f'&& sudo systemctl restart {service}'