From e524ea849c5c7510fcbed7b407f9574a39d5d508 Mon Sep 17 00:00:00 2001 From: Frank Alvarado Date: Mon, 10 Jun 2024 23:02:29 -0500 Subject: [PATCH] changes --- install/mylar3-install.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/install/mylar3-install.sh b/install/mylar3-install.sh index 94aacc7b..db65dc47 100644 --- a/install/mylar3-install.sh +++ b/install/mylar3-install.sh @@ -17,14 +17,8 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc -$STD apt-get install -y par2 -$STD apt-get install -y p7zip-full -cat </etc/apt/sources.list.d/non-free.list -deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware -EOF -$STD apt-get update -$STD apt-get install -y unrar -rm /etc/apt/sources.list.d/non-free.list +$STD apt-get install -y git +$STD apt-get install -y pip msg_ok "Installed Dependencies" msg_info "Updating Python3" @@ -32,7 +26,6 @@ $STD apt-get install -y \ python3 \ python3-dev \ python3-pip -$STD apt-get install -y python3-setuptools msg_ok "Updated Python3" msg_info "Installing Mylar3"