Commit f5fe2919 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Dependencies fix

parent 23f6a4ac
...@@ -1108,6 +1108,8 @@ while fuser /var/lib/dpkg/lock >/dev/null 2>&1 ; do ...@@ -1108,6 +1108,8 @@ while fuser /var/lib/dpkg/lock >/dev/null 2>&1 ; do
((i=i+1)) ((i=i+1))
done done
apt-get -qq -y --no-install-recommends install debconf-utils html2text apt-transport-https dialog whiptail lsb-release bc expect > /dev/null
# gather some info # gather some info
# #
TTY_X=$(($(stty size | awk '{print $2}')-6)) # determine terminal width TTY_X=$(($(stty size | awk '{print $2}')-6)) # determine terminal width
......
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