Remove trailing slash from quickget

This commit is contained in:
user20198 2025-03-21 17:00:14 +00:00 committed by GitHub
parent 13c1459c69
commit 602fa2414c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2328,7 +2328,7 @@ function get_parrotsec() {
function get_pclinuxos() {
local HASH="$(web_pipe "${URL}/pclinuxos64-${EDITION}-${RELEASE}.md5sum" | head -c 32)"
local ISO="pclinuxos64-${EDITION}-${RELEASE}.iso"
local URL="https://ftp.nluug.nl/os/Linux/distr/pclinuxos/pclinuxos/iso/"
local URL="https://ftp.nluug.nl/os/Linux/distr/pclinuxos/pclinuxos/iso"
echo "${URL}/${ISO} ${HASH}"
}