From: Jakub Slepecki <jakub.slepecki@intel.com>
To: patches@ignore.pl
Cc: please@ignore.pl, Jakub Slepecki <jakub.slepecki@intel.com>
Subject: [PATCH what 3/3] scripts: add ID=ubuntu to scripts/install
Date: Tue, 24 Feb 2026 09:56:34 +0100 [thread overview]
Message-ID: <20260224085635.319107-4-jakub.slepecki@intel.com> (raw)
In-Reply-To: <20260224085635.319107-1-jakub.slepecki@intel.com>
Note, that packages may be "shared" between debian and ubuntu.
Consider joining these two or a fall-through.
Signed-off-by: Jakub Slepecki <jakub.slepecki@intel.com>
---
scripts/install | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/scripts/install b/scripts/install
index 9c5d3b405232..545a82a22d37 100755
--- a/scripts/install
+++ b/scripts/install
@@ -34,5 +34,10 @@ debian)
[ -n "$runtime" ] && runtime=
echo apt install $buildtime $runtime
;;
+ubuntu)
+ [ -n "$buildtime" ] && buildtime=lua-busted
+ [ -n "$runtime" ] && runtime=
+ echo apt install $buildtime $runtime
+ ;;
*) echo "ID=$ID" >&2; exit 1;;
esac
--
2.43.0
next prev parent reply other threads:[~2026-02-24 8:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 8:56 [PATCH what 0/3] ice: add LLDP filter control 0x0A0A Jakub Slepecki
2026-02-24 8:56 ` [PATCH what 1/3] what: add bits.b() for binary number "literals" Jakub Slepecki
2026-02-24 8:56 ` [PATCH what 2/3] ice: add LLDP filter control 0x0A0A Jakub Slepecki
2026-02-24 8:56 ` Jakub Slepecki [this message]
2026-02-24 9:08 ` [PATCH what 0/3] " Aki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260224085635.319107-4-jakub.slepecki@intel.com \
--to=jakub.slepecki@intel.com \
--cc=patches@ignore.pl \
--cc=please@ignore.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox