try to fix exit

This commit is contained in:
iceBear67
2025-03-22 19:20:32 +08:00
parent 1e245cb644
commit c7a476a7f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ 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 /usr/bin/fish user
echo "user ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/user.conf
echo "user ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
sudo -u user mkdir -p /home/user/.config/fish/
EOF
COPY ./init.fish /init.fish
+1 -1
View File
@@ -7,7 +7,7 @@ if test ! -e /bin/docker
end
function exit
tmux detach && exit
tmux detach
end
function install-docker