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
d72b5d0f
Commit
d72b5d0f
authored
Jan 03, 2018
by
Igor Pecovnik
Browse files
Remove dependencies check and add them to the install list
parent
16af6170
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d72b5d0f
...
...
@@ -56,7 +56,7 @@ Login as root and type:
**Running this utility on 3rd party Debian based distributions**
# Install dependencies
apt install git bc expect rcconf dialog network-manager sunxi-tools iptables
apt install git bc expect rcconf dialog network-manager sunxi-tools iptables
debconf-utils unzip build-essential html2text apt-transport-https html2text
git clone https://github.com/armbian/config
cd config
...
...
softy
View file @
d72b5d0f
...
...
@@ -1090,10 +1090,6 @@ while fuser /var/lib/dpkg/lock >/dev/null 2>&1 ; do
((i=i+1))
done
echo -e "\nChecking 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
# gather some info
#
TTY_X=$(($(stty size | awk '{print $2}')-6)) # determine terminal width
...
...
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