mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Fix to break long lines nicer
https://github.com/webmin/webmin/pull/2463#issuecomment-2836316659
This commit is contained in:
@ -3,8 +3,9 @@
|
|||||||
# Sets up a production or testing repository for Webmin and Usermin packages
|
# Sets up a production or testing repository for Webmin and Usermin packages
|
||||||
# on Debian-based and RPM-based systems
|
# on Debian-based and RPM-based systems
|
||||||
|
|
||||||
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
|
URL_BASE="https://raw.githubusercontent.com"
|
||||||
webmin-setup-repo.sh"
|
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
|
||||||
|
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
|
||||||
|
|
||||||
for downloader in "curl -fsSL" "wget -qO-"; do
|
for downloader in "curl -fsSL" "wget -qO-"; do
|
||||||
if command -v "${downloader%% *}" >/dev/null 2>&1; then
|
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
|
# Sets up a production or testing repository for Webmin and Usermin packages
|
||||||
# on Debian-based and RPM-based systems
|
# on Debian-based and RPM-based systems
|
||||||
|
|
||||||
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
|
URL_BASE="https://raw.githubusercontent.com"
|
||||||
webmin-setup-repo.sh"
|
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
|
||||||
|
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
|
||||||
|
|
||||||
for downloader in "curl -fsSL" "wget -qO-"; do
|
for downloader in "curl -fsSL" "wget -qO-"; do
|
||||||
if command -v "${downloader%% *}" >/dev/null 2>&1; then
|
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
|
# Sets up a production or testing repository for Webmin and Usermin packages
|
||||||
# on Debian-based and RPM-based systems
|
# on Debian-based and RPM-based systems
|
||||||
|
|
||||||
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
|
URL_BASE="https://raw.githubusercontent.com"
|
||||||
webmin-setup-repo.sh"
|
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
|
||||||
|
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
|
||||||
|
|
||||||
for downloader in "curl -fsSL" "wget -qO-"; do
|
for downloader in "curl -fsSL" "wget -qO-"; do
|
||||||
if command -v "${downloader%% *}" >/dev/null 2>&1; then
|
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
|
# Sets up a production or testing repository for Webmin and Usermin packages
|
||||||
# on Debian-based and RPM-based systems
|
# on Debian-based and RPM-based systems
|
||||||
|
|
||||||
NEW_SCRIPT_URL="https://raw.githubusercontent.com/webmin/webmin/master/\
|
URL_BASE="https://raw.githubusercontent.com"
|
||||||
webmin-setup-repo.sh"
|
URL_PATH="/webmin/webmin/master/webmin-setup-repo.sh"
|
||||||
|
NEW_SCRIPT_URL="${URL_BASE}${URL_PATH}"
|
||||||
|
|
||||||
for downloader in "curl -fsSL" "wget -qO-"; do
|
for downloader in "curl -fsSL" "wget -qO-"; do
|
||||||
if command -v "${downloader%% *}" >/dev/null 2>&1; then
|
if command -v "${downloader%% *}" >/dev/null 2>&1; then
|
||||||
|
Reference in New Issue
Block a user