mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -24,7 +24,6 @@ ignore = [
|
|||||||
'E711',
|
'E711',
|
||||||
'E712',
|
'E712',
|
||||||
'E741',
|
'E741',
|
||||||
'F401',
|
|
||||||
'F841',
|
'F841',
|
||||||
'PT004',
|
'PT004',
|
||||||
'SIM102',
|
'SIM102',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import click
|
|||||||
from dotenv import dotenv_values
|
from dotenv import dotenv_values
|
||||||
from fabric import Config, Connection
|
from fabric import Config, Connection
|
||||||
|
|
||||||
from ssh_lib.benchmark import benchmark, c1000k, k6
|
from ssh_lib.benchmark import benchmark, c1000k
|
||||||
from ssh_lib.config import config, scripts
|
from ssh_lib.config import config, scripts
|
||||||
from ssh_lib.kernel import set_cpu_governor, setup_kernel_settings
|
from ssh_lib.kernel import set_cpu_governor, setup_kernel_settings
|
||||||
from ssh_lib.nginx import certbot, nginx
|
from ssh_lib.nginx import certbot, nginx
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ def pkg_base(c):
|
|||||||
#
|
#
|
||||||
'nload',
|
'nload',
|
||||||
'iftop',
|
'iftop',
|
||||||
|
'vnstat',
|
||||||
#
|
#
|
||||||
'python3',
|
'python3',
|
||||||
'python3-venv',
|
'python3-venv',
|
||||||
|
|||||||
Reference in New Issue
Block a user