wip
This commit is contained in:
parent
cd9fd58475
commit
4a0b44df9a
1 changed files with 1 additions and 1 deletions
2
yazi.sh
2
yazi.sh
|
@ -22,7 +22,7 @@
|
||||||
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)"
|
||||||
if command_exists curl; then
|
if command_exists curl; then
|
||||||
curl -fsSL https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh -o $import
|
curl -fsSL $i -o $import
|
||||||
else
|
else
|
||||||
echo "curl is required, but missing.."
|
echo "curl is required, but missing.."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue