We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b88f0 commit c212dcdCopy full SHA for c212dcd
docs/apps.md
@@ -73,7 +73,13 @@ sudo apt install unzip build-essential
73
## [brew](https://brew.sh/)
74
75
```shell
76
-/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+(
77
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
78
+ echo >> /home/nicholas/.bashrc && \
79
+ echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/nicholas/.bashrc && \
80
+ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
81
+ brew install gcc
82
+)
83
```
84
85
```bash
0 commit comments