Skip to content

Commit c212dcd

Browse files
Update apps.md
1 parent 79b88f0 commit c212dcd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/apps.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@ sudo apt install unzip build-essential
7373
## [brew](https://brew.sh/)
7474

7575
```shell
76-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
76+
(
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+
)
7783
```
7884

7985
```bash

0 commit comments

Comments
 (0)