Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster 9534dd7a52
Update CHANGELOG.md 2023-11-29 17:36:45 -05:00
tteckster f69a1181b5
Update paperless-ngx.sh
fixes https://github.com/tteck/Proxmox/issues/2123
2023-11-29 15:51:32 -05:00
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,13 @@
- All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2023-11-29
### Changed
- **CasaOS LXC**
- Broken, temporarily removed from the website.
## 2023-11-19
### Changed

View File

@ -74,6 +74,7 @@ function update_script() {
msg_ok "Stopped Paperless-ngx"
msg_info "Updating to ${RELEASE}"
cd ~
if [ "$(dpkg -l | awk '/libmariadb-dev-compat/ {print }' | wc -l)" != 1 ]; then apt-get install -y libmariadb-dev-compat; fi &>/dev/null
wget https://github.com/paperless-ngx/paperless-ngx/releases/download/$RELEASE/paperless-ngx-$RELEASE.tar.xz &>/dev/null
tar -xf paperless-ngx-$RELEASE.tar.xz &>/dev/null