Skip to content

Commit 2e09b9d

Browse files
corrected apt-get install command
1 parent 9977f65 commit 2e09b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/01.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Ubuntu is the most popular desktop release version of Linux. It uses `apt-get` t
107107

108108
sudo add-apt-repository ppa:gophers/go
109109
sudo apt-get update
110-
sudo apt-get install golang-stable
110+
sudo apt-get install golang-go
111111

112112
### wget
113113
```sh

0 commit comments

Comments
 (0)