This commit is contained in:
pika 2025-05-19 18:50:08 +02:00
parent 755901b6c5
commit 6fe1232016

View file

@ -137,6 +137,7 @@ source_script() {
sleep 0.1 sleep 0.1
return 0 return 0
else else
echo_info "Sourcing external script: ${BOLD}$url"
# ─< if $1 is a url, grab it and source it, also deletes afterwards >───────────────────── # ─< if $1 is a url, grab it and source it, also deletes afterwards >─────────────────────
if command_exists curl; then if command_exists curl; then
curl -fsSL $url -o $import curl -fsSL $url -o $import