diff options
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 } |