Skip to content

Commit

Permalink
Initial Debian 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Jul 3, 2017
1 parent ab4cf42 commit 0eff1c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Currently supported systems:
supported=" CentOS/RHEL Linux 6 and 7 on x86_64
Debian 7 and 8 on i386 and amd64
Debian 7, 8, and 9, on i386 and amd64
Ubuntu 14.04 LTS and 16.04 LTS, on i386 and amd64"

log=/root/virtualmin-install.log
Expand Down Expand Up @@ -570,6 +570,9 @@ install_virtualmin_release () {
8*)
repos="virtualmin-jessie virtualmin-universal"
;;
9*)
repos="virtualmin-stretch virtualmin-universal"
;;
esac
fi
log_info "apt-get repos: ${repos}"
Expand Down

0 comments on commit 0eff1c5

Please sign in to comment.