-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Steps to reproduce:
- Install Fedora 42
- Install Node with
sudo dnf install nodejs - Install cli with
sudo npm install -g @herodevs/cli@beta - Go to project folder, e.g.
git clone https://github.com/dotnet/runtime --depth 1 --branch v6.0.3 && cd runtime - Run
hd scan eol
Expected results:
No script errors.
Actual results:
hayden@WDK2023:~/runtime$ hd scan eol
/bin/sh: line 1: hostname: command not found
⠋ Generating SBOM*** Found system packages without a version ***
Workaround:
sudo dnf install hostname -y
Metadata
Metadata
Assignees
Labels
No labels