Skip to content

Commit

Permalink
Merge branch 'master' into jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
fourdollars committed Apr 6, 2022
2 parents 4789f4e + 332b042 commit 4387d60
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions late/chroot_scripts/06-dell-recovery-recomends.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

. /usr/share/dell/scripts/fifuncs ""

export DEBIAN_FRONTEND=noninteractive

IFHALT "Install dell-recovery recommends"
apt-get install --yes --allow-unauthenticated cd-boot-images-amd64 || true
apt-get install --yes --allow-unauthenticated wodim || true
apt-get install --yes --allow-unauthenticated xorriso || true
IFHALT "Done with dell-recovery recommends"

0 comments on commit 4387d60

Please sign in to comment.