Update bin/,cd

This commit is contained in:
Kasper Juul Hermansen 2024-03-08 14:34:31 +01:00
parent c3ea429b73
commit c0d0a94b52
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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