Skip to content

Commit

Permalink
Also install WezTerm on debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 5, 2024
1 parent d91d069 commit 7d82418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/wezterm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ elif is os name eq linux; then
is there wezterm && is cli age wezterm lt 18 hours && exit
if is os id eq ubuntu && is os version in 20.04,22.04,24.04; then
install_for_linux Ubuntu
elif is os id eq debian && is os version --major in 10,11; then
elif is os id eq debian && is os version --major in 10,11,12; then
install_for_linux Debian
fi
fi

0 comments on commit 7d82418

Please sign in to comment.