From bd7882a8febe81bb3f68168f835402e1f1914ce4 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 13 Feb 2024 09:48:49 +0900 Subject: [PATCH] fix --- build.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zsh b/build.zsh index 63db2c6..91ef9cd 100755 --- a/build.zsh +++ b/build.zsh @@ -40,6 +40,7 @@ sed -i s/CheckSpace/#CheckeSpace/ root.x86_64/etc/pacman.conf arch-chroot root.x86_64 /bin/sh -c 'pacman-key --init' arch-chroot root.x86_64 /bin/sh -c 'pacman-key --populate archlinux' arch-chroot root.x86_64 /bin/sh -c 'pacman -Syu --noconfirm base base-devel linux vim git zsh rust openssh openssl jq' +arch-chroot root.x86_64 /bin/sh -c 'chsh -s /bin/zsh' arch-chroot root.x86_64 /bin/sh -c 'git clone https://git.syui.ai/ai/bot && cd bot && cargo build && cp -rf ./target/debug/ai /bin/ && ai ai' systemctl start docker