fixing url?
This commit is contained in:
parent
6fe1232016
commit
5dd4e7adf0
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ source_script() {
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
echo_info "Sourcing external script: ${BOLD}$url"
|
echo_info "Sourcing external script:${NC} $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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue