fix path to fish

This commit is contained in:
iceBear67
2025-03-22 15:45:15 +08:00
parent ae9c6d21c6
commit ae52d5a18f
+1 -1
View File
@@ -7,7 +7,7 @@ RUN <<EOF
apt-get update && apt-get upgrade
chmod +x /bin/bubble
apt-get install -y curl jq neovim htop fish tmux sudo git
useradd -m -s /bin/fish user
useradd -m -s /usr/bin/fish user
echo "user ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/user.conf
mkdir -p /home/user/.config/fish/
EOF