Skip to content

Commit 9042b0a

Browse files
authored
Update bootstrap.sh
1 parent e001337 commit 9042b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Darwin)
127127
;;
128128
Linux)
129129
case $(get_linux_distro) in
130-
Debian | "Debian GNU/Linux" | Ubuntu | "Pop!_OS")
130+
Debian | "Debian GNU/Linux" | Ubuntu | "Pop!_OS" | "KDE neon")
131131
debian
132132
;;
133133
esac
@@ -152,4 +152,4 @@ echo "DOTFILES_DIRS=\"${HOME}/.local/opt/devbox/dotfiles ${HOME}/.local/opt/devb
152152
echo "TAGS=\"$(uname)\"" >> "${HOME}/.rcrc"
153153
rcup -vf
154154

155-
set +o xtrace
155+
set +o xtrace

0 commit comments

Comments
 (0)