Compare commits

..

No commits in common. "6aeda1d4ff2bab2c6891fba42068e8ca4849edbe" and "b0c32c4e47c214890362b15f8c8b84e5d462cc1f" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -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&nbsp;VE&nbsp;Helper&nbsp;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&nbsp;VE&nbsp;Helper&nbsp;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>

View File

@ -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"