We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17fd26c + 400cf02 commit dfc6656Copy full SHA for dfc6656
2 files changed
scripts/coreboot-sdk.sh
@@ -39,7 +39,7 @@ elif [ "$ID" = "fedora" ] || [[ "$ID_LIKE" =~ "fedora" ]]; then
39
tar \
40
xz \
41
zlib-devel
42
-elif [ "$ID" = "ubuntu" ] || [[ "$ID_LIKE" =~ "debian" ]]; then
+elif [ "$ID" = "debian" ] || [ "$ID" = "ubuntu" ] || [[ "$ID_LIKE" =~ "debian" ]]; then
43
sudo apt-get --quiet update
44
sudo apt-get --quiet install --no-install-recommends --assume-yes \
45
bison \
scripts/install-deps.sh
@@ -33,6 +33,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
33
patch \
34
pkgconf \
35
python-is-python3 \
36
+ rustup \
37
38
uuid-dev \
xz-utils \
0 commit comments