update to Debian 12
[debian6500.git] / simple-cdd / profiles / trc6500.postinst
index 43bb17857bf44ab4bc6394149adeb96df978884b..a6b1e32d6a8d86266a1f2709351c40a67d0c16c7 100755 (executable)
@@ -10,7 +10,7 @@ mount /dev/cdrom /media/cdrom
 
 # first we install the packages we couldn't install automatically
 echo 'Installing additional package : firmware-bnx2...'
-dpkg -i /media/cdrom/simple-cdd/firmware-bnx2_0.36+wheezy.1_all.deb
+dpkg -i /media/cdrom/simple-cdd/firmware-bnx2_20230210-5_all.deb
 echo 'Additional packages installed'
 
 #debugging
@@ -28,7 +28,7 @@ echo 'Key added'
 echo 'Removing exim packages...'
 dpkg -l | awk '/exim/ {print $2}' | xargs dpkg --remove bsd-mailx
 find /media/cdrom0 -name libgnutls-openssl\*_\* -o -name ssmtp_\* -o -name bsd-mailx_\* | xargs dpkg --install
-echo 'Exim remove
+echo 'Exim remove'
 
 # our interfaces file gets written over for some reason, we'll copy it and restore it on first boot
 # note : after install, we'll be executing our own rc.local on first boot