Skip to content

Commit c09d598

Browse files
authored
feat: Add fish as an option to expose in setup
1 parent e5528b3 commit c09d598

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build_files/build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ apt-get install -y \
8989
apt-get remove -y \
9090
wpasupplicant
9191

92+
# Terminal Alternatives
93+
apt-get install -y \
94+
fish
95+
9296
# add vim, this is annoying
9397
apt-get install -y \
9498
vim \
@@ -107,4 +111,4 @@ echo 'GROUPS=users docker incus-admin' >> /etc/default/useradd
107111
rm -rf /etc/machine-id
108112

109113
# Create mountpoint for users that want this feature.
110-
mkdir -p /nix
114+
mkdir -p /nix

0 commit comments

Comments
 (0)