Skip to content

Commit

Permalink
fix: Missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
Konubinix committed Apr 30, 2024
1 parent 5281c3f commit 8cf20cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ else
sudo apt-get install --no-install-recommends --quiet=2 --assume-yes pipx
elif command -v dnf > /dev/null
then
sudo dnf --assumeyes pipx
sudo dnf install --assumeyes pipx
else
printf "${yellow}warning:${reset} Could not find apt, nor dnf, nor pipx. Please install pipx manually and retry.\n"
exit 1
Expand Down

0 comments on commit 8cf20cd

Please sign in to comment.