We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f497d4 commit f0fe0acCopy full SHA for f0fe0ac
functions/system.bash
@@ -47,8 +47,8 @@ system_upgrade() {
47
##
48
basic_packages() {
49
echo -n "$(timestamp) [openHABian] Installing basic can't-be-wrong packages (screen, vim, ...)... "
50
- apt -y install --reinstall zutty
51
dpkg --configure -a # just in case to ensure apt works
+ apt -y install --reinstall zutty
52
53
if cond_redirect apt-get -o DPkg::Lock::Timeout="$APTTIMEOUT" install --yes acl arping apt-utils bash-completion bzip2 coreutils \
54
curl dirmngr git htop man-db mc multitail nano nmap lsb-release screen software-properties-common \
0 commit comments