Commit 3101e0f7 authored by Thomas Kaiser's avatar Thomas Kaiser Committed by GitHub
Browse files

Some user feedback on first start and OMV install bugfix

parent d0e5a28e
......@@ -291,7 +291,7 @@ install_omv (){
# Not yet recommended, OMV package repository lacks authentication, no flashmemory plugin available,
# same with all other OMV-Extras, only for developers and OMV contributors!
if [[ "$family" == "Ubuntu" ]; then
if [[ "$family" == "Ubuntu" ]]; then
dialog --backtitle "$backtitle" --title "Dependencies not met" --msgbox "\nOpenMediaVault can only be installed on Debian." 7 52
sleep 5
exit 1
......@@ -890,7 +890,7 @@ fi
# Install basic stuff
#
#echo "Downloading dependencies"
echo "First start. Checking dependencies. This might take a while."
apt-get -qq -y --no-install-recommends install debconf-utils unzip build-essential html2text apt-transport-https dialog whiptail \
lsb-release bc expect html2text > /dev/null
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment