Skip to content

Commit

Permalink
Simplify name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcilvaney committed Nov 21, 2024
1 parent 41fd469 commit 5f82773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion toolkit/docs/building/prerequisites-mariner.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page lists host machine requirements for building with the Azure Linux tool
sudo ./toolkit/docs/building/prerequisites-mariner.sh

# Also supported is:
# make -C toolkit install-azurelinux-prereqs
# make -C toolkit install-prereqs

# Enable Docker daemon at boot
sudo systemctl enable --now docker.service
Expand Down
2 changes: 1 addition & 1 deletion toolkit/docs/building/prerequisites-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page lists host machine requirements for building with the Azure Linux tool
sudo ./toolkit/docs/building/prerequisites-ubuntu.sh

# Also supported is:
# make -C toolkit install-azurelinux-prereqs
# make -C toolkit install-prereqs

# Fix go 1.21 link
sudo ln -vsf /usr/lib/go-1.21/bin/go /usr/bin/go
Expand Down
4 changes: 2 additions & 2 deletions toolkit/scripts/toolkit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ $(valid_arch_spec_names): $(go-specarchchecker) $(chroot_worker) $(local_specs)
--log-file="$(valid_arch_spec_names_logs_path)" \
--log-color="$(LOG_COLOR)"

##help:target:install-azurelinux-prereqs=Install build prerequisites automatically.
install-azurelinux-prereqs:
##help:target:install-prereqs=Install build prerequisites automatically.
install-prereqs:
echo "Installing build prerequisites for AzureLinux..." && \
current_os=$$(grep '^ID=' /etc/os-release | cut -d'=' -f2-) && \
echo "Current OS: $$current_os" && \
Expand Down

0 comments on commit 5f82773

Please sign in to comment.