Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
3101e0f7
Commit
3101e0f7
authored
Sep 02, 2017
by
Thomas Kaiser
Committed by
GitHub
Sep 02, 2017
Browse files
Some user feedback on first start and OMV install bugfix
parent
d0e5a28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
softy
View file @
3101e0f7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment