mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "6aeda1d4ff2bab2c6891fba42068e8ca4849edbe" and "b0c32c4e47c214890362b15f8c8b84e5d462cc1f" have entirely different histories.
6aeda1d4ff
...
b0c32c4e47
|
@ -1,4 +1,4 @@
|
||||||
<!-- <p align="center"><a href="https://helper-scripts" rel="noreferrer" target="_blank"><img src="https://github-readme-stats.vercel.app/api?username=tteck&custom_title=Proxmox VE Helper Scripts&theme=transparent&ring_color=00b100&hide=issues,contribs&hide_border=true&card_width=550px&include_all_commits=true&rank_icon=percentile&show_icons=true&show=prs_merged,prs_merged_percentage"></a></p> -->
|
<p align="center"><a href="https://helper-scripts" rel="noreferrer" target="_blank"><img src="https://github-readme-stats.vercel.app/api?username=tteck&custom_title=Proxmox VE Helper Scripts&theme=transparent&ring_color=00b100&hide=issues,contribs&hide_border=true&card_width=550px&include_all_commits=true&rank_icon=percentile&show_icons=true&show=prs_merged,prs_merged_percentage"></a></p>
|
||||||
|
|
||||||
# Change Log
|
# Change Log
|
||||||
**All notable changes to this project will be documented in this file.**<br>
|
**All notable changes to this project will be documented in this file.**<br>
|
||||||
|
|
|
@ -19,9 +19,9 @@ $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 par2
|
||||||
$STD apt-get install -y p7zip-full
|
$STD apt-get install -y p7zip-full
|
||||||
wget -q http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar_6.2.12-1_amd64.deb
|
wget -q http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar_6.0.3-1+deb11u1_amd64.deb
|
||||||
$STD dpkg -i unrar_6.2.12-1_amd64.deb
|
$STD dpkg -i unrar_6.0.3-1+deb11u1_amd64.deb
|
||||||
rm unrar_6.2.12-1_amd64.deb
|
rm unrar_6.0.3-1+deb11u1_amd64.deb
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Updating Python3"
|
msg_info "Updating Python3"
|
||||||
|
|
Loading…
Reference in New Issue