Skip to content

Commit 44a2f93

Browse files
authored
Merge pull request #541 from orgads/patch-1
Fix installation on debian testing (forky)
2 parents 8b33a64 + 6db0aea commit 44a2f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ check_forked() {
391391
fi
392392
dist_version="$(sed 's/\/.*//' /etc/debian_version | sed 's/\..*//')"
393393
case "$dist_version" in
394-
13)
394+
13|14|forky)
395395
dist_version="trixie"
396396
;;
397397
12)

0 commit comments

Comments
 (0)