We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b40497 commit 3b89568Copy full SHA for 3b89568
functions/system.bash
@@ -47,6 +47,7 @@ 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
52
53
if cond_redirect apt-get -o DPkg::Lock::Timeout="$APTTIMEOUT" install --yes acl arping apt-utils bash-completion bzip2 coreutils \
0 commit comments