Skip to content

Commit

Permalink
gcp: Fix command typos
Browse files Browse the repository at this point in the history
Signed-off-by: alanndz <[email protected]>
  • Loading branch information
alanndz committed Dec 3, 2021
1 parent 10377c7 commit 78a6ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcp/.module-data.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module_target="$HOME"
module_preinstall() {
sudo apt-get update -qq && \
sudo apt-get upgrade -y && \
sudi apt-get install --no-install-recommends -y \
sudo apt-get install --no-install-recommends -y \
autoconf \
autogen \
automake \
Expand Down Expand Up @@ -62,7 +62,7 @@ module_preinstall() {
texinfo \
tzdata \
u-boot-tools \
unzip_ \
unzip \
wget \
xz-utils \
zip \
Expand Down

0 comments on commit 78a6ab3

Please sign in to comment.