Hallo Zusammen,
habe einen LXC Container (unpriveligiert) erstellt mit Ubuntu 22.04 und wollte dann von der neuen Seite hier
https://community-scripts.github.io/ProxmoxVE/scripts?id=paperless-ngx
das Paperless mit dem Script installieren
Script:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/paperless-ngx.sh)"
Leider funzt das nicht...kommt immer diese Meldung:
Könnt Ihr bitte weiterhelfen....danke Euch
habe einen LXC Container (unpriveligiert) erstellt mit Ubuntu 22.04 und wollte dann von der neuen Seite hier
https://community-scripts.github.io/ProxmoxVE/scripts?id=paperless-ngx
das Paperless mit dem Script installieren
Script:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/paperless-ngx.sh)"
Leider funzt das nicht...kommt immer diese Meldung:
Code:
root@paperless-ngx-live:~# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/paperless-ngx.sh)"
bash: line 2: curl: command not found
bash: line 19: header_info: command not found
bash: line 20: base_settings: command not found
bash: line 23: variables: command not found
bash: line 24: color: command not found
bash: line 25: catch_errors: command not found
bash: line 94: start: command not found
bash: line 95: build_container: command not found
bash: line 96: description: command not found
bash: line 98: msg_ok: command not found
Paperless-ngx setup has been successfully initialized!
Access it using the following URL:
http://:8000
Könnt Ihr bitte weiterhelfen....danke Euch