Missing Dependency Check #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.