Removed elementary OS package installations due to now being handled by mmdebstrap
This commit is contained in:
21
install.sh
21
install.sh
@@ -71,26 +71,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${ID}" == 'elementary' ]]; then
|
if [[ "${ID}" == 'fedora' ]]; then
|
||||||
apt \
|
|
||||||
install \
|
|
||||||
--yes \
|
|
||||||
--no-install-recommends \
|
|
||||||
console-setup \
|
|
||||||
cryptsetup \
|
|
||||||
curl \
|
|
||||||
dpkg-dev \
|
|
||||||
efibootmgr \
|
|
||||||
ethtool \
|
|
||||||
flatpak \
|
|
||||||
keyboard-configuration \
|
|
||||||
linux-generic \
|
|
||||||
locales \
|
|
||||||
nano \
|
|
||||||
network-manager \
|
|
||||||
openssh-{client,server} \
|
|
||||||
popularity-contest
|
|
||||||
elif [[ "${ID}" == 'fedora' ]]; then
|
|
||||||
if [[ "${VERSION_ID}" -lt '41' ]]; then
|
if [[ "${VERSION_ID}" -lt '41' ]]; then
|
||||||
dnf \
|
dnf \
|
||||||
config-manager \
|
config-manager \
|
||||||
|
|||||||
Reference in New Issue
Block a user