This commit is contained in:
Frank Alvarado 2024-06-10 23:02:29 -05:00
parent 5a75542273
commit e524ea849c

View file

@ -17,14 +17,8 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc $STD apt-get install -y mc
$STD apt-get install -y par2 $STD apt-get install -y git
$STD apt-get install -y p7zip-full $STD apt-get install -y pip
cat <<EOF >/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
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Updating Python3" msg_info "Updating Python3"
@ -32,7 +26,6 @@ $STD apt-get install -y \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip python3-pip
$STD apt-get install -y python3-setuptools
msg_ok "Updated Python3" msg_ok "Updated Python3"
msg_info "Installing Mylar3" msg_info "Installing Mylar3"