diff options
author | davidovski <david@davidovski.xyz> | 2022-02-28 10:56:12 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-28 10:56:12 +0000 |
commit | 9c02706d857661ca68351ad932b129150db1bfe0 (patch) | |
tree | 4d802103be0cbf09d779dff4c13b00b186ca9601 /src/bootstrap.sh | |
parent | 8cd3822c9a2676849853678b8463b117346b4077 (diff) |
fixed search giving error for no queryv1.0.2
Diffstat (limited to 'src/bootstrap.sh')
-rw-r--r-- | src/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh index 846e8c3..946148b 100644 --- a/src/bootstrap.sh +++ b/src/bootstrap.sh @@ -53,7 +53,7 @@ bootstrap () { sync - install base linux xipkg $@ + install $@ import_keys } |