-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
bookstack
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bookstack.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
Apologies as I am not very knowledgable in this, and this is my first report entered. But I ran this a couple times without success, when ran verbose I received the following error at the end of the actions.
E: Unable to locate package ldap
E: Unable to locate package bz2
E: Unable to locate package mysql
[ERROR] in line 458: exit code 0: while executing command $STD apt-get install -y $MODULE_LIST
[ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
π Steps to reproduce the issue.
Pasted into proxmox host:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bookstack.sh)"
Followed default settings, received this error in both default (or verbose) installations.
β Paste the full error output (if available).
E: Unable to locate package ldap
E: Unable to locate package bz2
E: Unable to locate package mysql
[ERROR] in line 458: exit code 0: while executing command $STD apt-get install -y $MODULE_LIST
[ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
πΌοΈ Additional context (optional).
Please let me know if I can provide anything else to be helpful, thank you!