Fix to break long lines nicer
https://github.com/webmin/webmin/pull/2463#issuecomment-2836316659
This commit is contained in:
parent
cbcdeb9cb0
commit
a7676f4004
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user