Skip to content

Commit 7921b2c

Browse files
committed
Update getting started on GCP
1 parent 486ca34 commit 7921b2c

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/csp

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/csp/google.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ Install the `gcc` compiler:
5656
{{< tabpane code=true >}}
5757
{{< tab header="Ubuntu" language="bash">}}
5858
sudo apt update
59-
sudo apt install unzip -y
59+
sudo apt install gcc -y
6060
{{< /tab >}}
6161
{{< tab header="SUSE Linux" language="bash">}}
6262
sudo zypper refresh
63-
sudo zypper install -y curl unzip
63+
sudo zypper install -y gcc
6464
{{< /tab >}}
6565
{{< /tabpane >}}
6666

0 commit comments

Comments
 (0)