Update bin/,cd

This commit is contained in:
2024-03-09 01:44:18 +01:00
parent 52752e29f7
commit 62fabf958c

View File

@@ -1,9 +1,9 @@
#!/bin/bash
( nohup toolkit github fuzzy-clone update >/dev/null 2>&1 & )
( nohup fuzzy-clone cache update >/dev/null 2>&1 & )
choice=$(toolkit github fuzzy-clone --print-dest)
choice=$(fuzzy-clone)
if [[ $? -ne 0 ]]; then
return $?
fi