wip
This commit is contained in:
parent
428cd6e6cb
commit
d9b027ce08
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ command_exists() {
|
||||||
getImports() {
|
getImports() {
|
||||||
i="https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh"
|
i="https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh"
|
||||||
import="$(mktemp)"
|
import="$(mktemp)"
|
||||||
echo_warning "importing $i into $import"
|
echo "importing $i into $import"
|
||||||
if command_exists curl; then
|
if command_exists curl; then
|
||||||
curl -fsSL $i -o $import
|
curl -fsSL $i -o $import
|
||||||
elif command_exists wget; then
|
elif command_exists wget; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue