From 160fdcbbf908331648488461acf34ce4c7e8a729 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:05:15 +0200 Subject: [PATCH] Fixed typo. --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 862fa39..39ac789 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="whois smartmontools python3-pip python3-venv python3-dev" -python_packages="cryptgraphy paramiko yaml dnspython requests-toolbel spf dbus" +python_packages="cryptography paramiko yaml dnspython requests-toolbel spf dbus" #================================================= # PERSONAL HELPERS