l 5 q: use curl.bin
This commit is contained in:
parent
0cdc5ffca1
commit
f12578c66f
|
@ -123,7 +123,7 @@ let
|
|||
'';
|
||||
|
||||
q-online = ''
|
||||
if ${pkgs.curl}/bin/curl -s google.com >/dev/null; then
|
||||
if ${pkgs.curl.bin}/bin/curl -s google.com >/dev/null; then
|
||||
echo '[32;1monline[m'
|
||||
else
|
||||
echo offline
|
||||
|
|
Loading…
Reference in a new issue