Fix to break long lines nicer

https://github.com/webmin/webmin/pull/2463#issuecomment-2836316659
This commit is contained in:
Ilia Ross 2025-04-30 14:43:16 +03:00
parent cbcdeb9cb0
commit a7676f4004
No known key found for this signature in database
GPG Key ID: 121E166DD9C821AB
4 changed files with 12 additions and 8 deletions

View File

@ -3,8 +3,9 @@
# Sets up a production or testing repository for Webmin and Usermin packages
# on Debian-based and RPM-based systems
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
webmin-setup-repo.sh"
URL_BASE="https://raw.githubusercontent.com"
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
for downloader in "curl -fsSL" "wget -qO-"; do
if command -v "${downloader%% *}" >/dev/null 2>&1; then

View File

@ -3,8 +3,9 @@
# Sets up a production or testing repository for Webmin and Usermin packages
# on Debian-based and RPM-based systems
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
webmin-setup-repo.sh"
URL_BASE="https://raw.githubusercontent.com"
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
for downloader in "curl -fsSL" "wget -qO-"; do
if command -v "${downloader%% *}" >/dev/null 2>&1; then

View File

@ -3,8 +3,9 @@
# Sets up a production or testing repository for Webmin and Usermin packages
# on Debian-based and RPM-based systems
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
webmin-setup-repo.sh"
URL_BASE="https://raw.githubusercontent.com"
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
for downloader in "curl -fsSL" "wget -qO-"; do
if command -v "${downloader%% *}" >/dev/null 2>&1; then

View File

@ -3,8 +3,9 @@
# Sets up a production or testing repository for Webmin and Usermin packages
# on Debian-based and RPM-based systems
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
webmin-setup-repo.sh"
URL_BASE="https://raw.githubusercontent.com"
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
for downloader in "curl -fsSL" "wget -qO-"; do
if command -v "${downloader%% *}" >/dev/null 2>&1; then