Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster 6aeda1d4ff
Update sabnzbd-install.sh
fixes https://github.com/tteck/Proxmox/issues/1904
2023-10-09 12:40:11 -04:00
tteckster 36aff24887
Update CHANGELOG.md
comment out stats
2023-10-09 10:38:24 -04:00
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
**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 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"