From 1873eba413b9e77193ea00e5d184a4bdd86c3295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20Pastorello?= Date: Tue, 28 Jan 2025 15:41:07 -0300 Subject: [PATCH] Update paymenter-install.sh Removed some unnecessary dependencies --- install/paymenter-install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install/paymenter-install.sh b/install/paymenter-install.sh index 73fad3a6..8e0622a9 100644 --- a/install/paymenter-install.sh +++ b/install/paymenter-install.sh @@ -16,10 +16,6 @@ msg_info "Installing Dependencies" $STD apt-get install -y \ curl \ git \ - sudo \ - mc \ - tar \ - unzip \ software-properties-common \ apt-transport-https \ ca-certificates \