Skip to content

Commit 138d885

Browse files
committed
feat: add mosh to bootstrap.sh
1 parent 8c42e31 commit 138d885

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap.sh

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ sudo apt-get install -qy \
2323
jq \
2424
libz-dev \
2525
maven \
26+
mosh \
2627
nodejs \
2728
npm \
2829
perl \
@@ -44,6 +45,8 @@ sudo apt-get install -qy \
4445

4546
rm -rf /var/lib/apt/lists/*
4647

48+
sudo ufw allow 60000:60020/udp
49+
4750
[[ ${SHELL} =~ zsh ]] || chsh -s /usr/bin/zsh
4851

4952
if ! [[ -d ~/.oh-my-zsh ]]; then

0 commit comments

Comments
 (0)