Skip to content

Commit

Permalink
Add the buster repo detection
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Dec 19, 2019
1 parent f095d34 commit 877459a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,9 @@ install_virtualmin_release () {
9*)
repos="virtualmin-stretch virtualmin-universal"
;;
10*)
repos="virtualmin-buster virtualmin-universal"
;;
esac
fi
log_debug "apt-get repos: ${repos}"
Expand Down

0 comments on commit 877459a

Please sign in to comment.