Missing Dependency Check #2

Closed
opened 2026-02-02 15:19:06 -05:00 by jared · 0 comments
Owner

curl -s http://10.10.10.63:3000/LotusGuild/freshStartScript/raw/branch/main/freshStart.sh | bash

check_pve_version() {
...
if (( $(echo "$current_version < $min_version" | bc -l) )); then

Bug: Uses bc command which isn't in the check_requirements() list. Will fail if bc is not installed.

curl -s http://10.10.10.63:3000/LotusGuild/freshStartScript/raw/branch/main/freshStart.sh | bash check_pve_version() { ... if (( $(echo "$current_version < $min_version" | bc -l) )); then Bug: Uses bc command which isn't in the check_requirements() list. Will fail if bc is not installed.
jared closed this issue 2026-02-02 15:30:21 -05:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/proxDoc#2