Skip to content

Commit

Permalink
Apparently where isn't a bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPickles committed Oct 9, 2023
1 parent d3b8cf4 commit aa905b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# This script installs most relevant packages for Ubuntu 22.04.
_has() {
return $(where $1 >/dev/null)
return $(which $1 >/dev/null)
}

sudo apt install \
sudo apt install -y \
bat \
build-essential \
curl \
Expand Down

0 comments on commit aa905b7

Please sign in to comment.