revert usrmerge change

This commit is contained in:
Aaron Murray 2022-03-30 19:15:03 -05:00
parent ac4ea489d1
commit e690069358

View File

@ -185,11 +185,6 @@ if [[ ! ${hostname} =~ ${regex} ]]; then
exit 6
fi
# install usrmerge package if /usr symlink don't exist
if [ "$(readlink -f /lib)" != "/usr/lib" ]; then
apt-get --yes install usrmerge
fi
# Add Debian signing keys to raspbian to prevent apt-get update failures
# when OMV adds security and/or backports repos
if grep -rq raspberrypi.org /etc/apt/*; then