Browse Source

install: fix deb_deps_install for Debian

master
openoms 6 years ago
parent
commit
bf14146de8
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65
  1. 2
      install.sh

2
install.sh

@ -62,7 +62,7 @@ deb_deps_check ()
deb_deps_install ()
{
deb_deps=( ${1} )
deb_deps=( ${@} )
if deb_deps_check; then
clear
echo "

Loading…
Cancel
Save