We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c984fab commit 29f1352Copy full SHA for 29f1352
scripts/install-deps.sh
@@ -33,7 +33,6 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
33
parted \
34
pkgconf \
35
python-is-python3 \
36
- python3-distutils \
37
uuid-dev \
38
zlib1g-dev
39
elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
@@ -70,7 +69,6 @@ elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
70
69
71
patch \
72
python \
73
- python-distutils-extra \
74
systemd-libs
75
else
76
msg "Unknown system ID: ${ID}"
0 commit comments