mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
changes
This commit is contained in:
parent
5a75542273
commit
e524ea849c
1 changed files with 2 additions and 9 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue