From a912cf87a909365f145d3625c0895d3ef834db25 Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Thu, 6 Feb 2025 23:18:05 +0100 Subject: [PATCH] Installing pycryptodomex first on mirage build --- scripts/rf_tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rf_tools.sh b/scripts/rf_tools.sh index 8b160d6..5b21dad 100644 --- a/scripts/rf_tools.sh +++ b/scripts/rf_tools.sh @@ -32,6 +32,7 @@ function mirage_soft_install() { echo apt-fast console-setup/charmap47 string "UTF-8" | debconf-set-selections install_dependencies "libpcsclite-dev pcsc-tools kmod kbd python3-pip python3-build" pip3install "keyboard" + pip3install pycryptodomex --no-use-pep517 goodecho "[+] Installing Mirage" [ -d /root/thirdparty ] || mkdir -p /root/thirdparty cd /root/thirdparty