Skip to content

Commit 641cb9e

Browse files
authored
1sttrixie (#2071)
* remove outdated Platform line from FireMotD output * remove non-ex software-properties-common pkg * sorted offline pkgs by name Signed-off-by: Markus Storm <[email protected]>
1 parent 30d316f commit 641cb9e

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

build-image/offline-install-modifications.bash

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,26 @@ adoptium_fetch_apt
3333

3434
apt-get --quiet update
3535
apt-get --quiet upgrade --yes --force-confnew
36-
apt-get --quiet install --download-only --yes libc6 libstdc++6 zlib1g make \
37-
openhab openhab-addons samba amanda-common amanda-server amanda-client exim4 \
38-
dnsutils mailutils gdisk screen nano mc vfu bash-completion coreutils \
39-
curl multitail git util-linux man-db whiptail usbutils dirmngr \
40-
acl apt-transport-https arping avahi-daemon bc bzip2 comitup fontconfig jq moreutils \
41-
dns-root-data dnsmasq-base htop iotop javascript-common libcairo2 libgudev-1.0-0 \
42-
libjs-jquery libmbim-glib4 libmbim-proxy libmm-glib0 libndp0 libnm0 \
43-
libpixman-1-0 libqmi-glib5 libqmi-proxy libteamdctl0 libxcb-render0 \
44-
libxcb-shm0 libxrender1 modemmanager network-manager python3-blinker \
45-
python3-cairo python3-click python3-colorama python3-flask \
36+
apt-get --quiet install --download-only --yes
37+
openhab openhab-addons \
38+
acl amanda-common amanda-server amanda-client apt-transport-https arping \
39+
avahi-daemon bash-completion bc bzip2 comitup coreutils curl \
40+
dnsutils dns-root-data dnsmasq-base dirmngr exim4 fontconfig gdisk git \
41+
htop iotop javascript-common jq \
42+
libc6 libcairo2 libgudev-1.0-0 libjs-jquery libmbim-glib4 libmbim-proxy \
43+
libmm-glib0 libndp0 libnm0 libpixman-1-0 libqmi-glib5 libqmi-proxy libstdc++6 \
44+
libteamdctl0 libxcb-render0 libxcb-shm0 libxrender1 \
45+
make man-db mc mailutils modemmanager moreutils multitail nano network-manager \
46+
python3-blinker python3-cairo python3-click python3-colorama python3-flask \
4647
python3-itsdangerous python3-jinja2 python3-markupsafe \
4748
python3-networkmanager python3-pyinotify python3-simplejson python3-werkzeug \
4849
python3 python3-pip python3-wheel python3-setuptools \
49-
sysstat tailscale temurin-21-jre unzip vim wget xz-utils zip
50+
samba screen sysstat tailscale temurin-21-jre usbutils util-linux \
51+
unzip vfu vim wget whiptail xz-utils zip zlib1g
52+
5053
source /opt/openhabian/functions/nodejs-apps.bash
5154
nodejs_setup
55+
5256
apt-get --quiet autoremove --yes
5357
rm -f /var/lib/apt/lists/lock
5458
rm -f /var/cache/apt/archives/lock

functions/system.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ basic_packages() {
5050
dpkg --configure -a --force-confnew # just in case to ensure apt works
5151

5252
if cond_redirect apt-get -o DPkg::Lock::Timeout="$APTTIMEOUT" install --yes acl arping apt-utils bash-completion bzip2 coreutils \
53-
curl dirmngr git htop man-db mc multitail nano nmap lsb-release screen software-properties-common \
53+
curl dirmngr git htop man-db mc multitail nano nmap lsb-release screen \ # software-properties-common \
5454
telnet usbutils util-linux vfu vim wget whiptail xz-utils zip; \
5555
then echo "OK"; else echo "FAILED"; exit 1; fi
5656
}

0 commit comments

Comments
 (0)