fix path to fish
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ RUN <<EOF
|
|||||||
apt-get update && apt-get upgrade
|
apt-get update && apt-get upgrade
|
||||||
chmod +x /bin/bubble
|
chmod +x /bin/bubble
|
||||||
apt-get install -y curl jq neovim htop fish tmux sudo git
|
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
|
echo "user ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/user.conf
|
||||||
mkdir -p /home/user/.config/fish/
|
mkdir -p /home/user/.config/fish/
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user