mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
b0c32c4e47
...
6aeda1d4ff
Author | SHA1 | Date |
---|---|---|
|
6aeda1d4ff | |
|
36aff24887 |
|
@ -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
|
||||
**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 par2
|
||||
$STD apt-get install -y p7zip-full
|
||||
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.0.3-1+deb11u1_amd64.deb
|
||||
rm unrar_6.0.3-1+deb11u1_amd64.deb
|
||||
wget -q http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar_6.2.12-1_amd64.deb
|
||||
$STD dpkg -i unrar_6.2.12-1_amd64.deb
|
||||
rm unrar_6.2.12-1_amd64.deb
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Updating Python3"
|
||||
|
|
Loading…
Reference in New Issue