Skip to content

Instantly share code, notes, and snippets.

@matoken
Created August 28, 2021 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matoken/40649e7fc94af92c7bb52f33b09b8f18 to your computer and use it in GitHub Desktop.
Save matoken/40649e7fc94af92c7bb52f33b09b8f18 to your computer and use it in GitHub Desktop.
diff --git a/build-debian-installer.sh b/build-debian-installer.sh
index 6f773f6..04b7ea8 100644
--- a/build-debian-installer.sh
+++ b/build-debian-installer.sh
@@ -5,14 +5,14 @@
# You should be running the same flavor as the installer you are producing.
# Example, an installer for Debian Stretch can only produced on a Strech machine.
-sudo apt-get update
-sudo apt-get install -y simple-cdd git xorriso
+sudo apt update
+sudo apt install -y simple-cdd git xorriso
# Remove files from previous run
rm -fr tmp;
rm -fr images;
# Build installer
-build-simple-cdd --conf profiles/serial-console.conf --dist stretch
+build-simple-cdd --conf profiles/serial-console.conf --dist bullseye
-# Installer is in Images folder
\ No newline at end of file
+# Installer is in Images folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment