Skip to content

Commit e77a8ed

Browse files
authored
Merge pull request #24 from 45Drives/dev-curtis
Ubuntu20Preconfig Script Fix
2 parents 3c26aa5 + 3b7e05d commit e77a8ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ubuntu20-preconfig.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ add_cockpit() {
294294
fi
295295

296296
apt install -y cockpit cockpit-benchmark cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-identities \
297-
cockpit-sosreport realmd tuned udisks2-lvm2 zfs-dkms samba winbind nfs-kernel-server nfs-client 45drives-tools cockpit-scheduler cockpit-zfs nano tuned
297+
realmd tuned udisks2-lvm2 zfs-dkms samba winbind nfs-kernel-server nfs-client 45drives-tools cockpit-scheduler cockpit-zfs nano tuned
298298

299299
res=$?
300300

@@ -476,4 +476,4 @@ case $progress in
476476
;;
477477
esac
478478

479-
exit 0
479+
exit 0

0 commit comments

Comments
 (0)