Skip to content

Commit fc4281e

Browse files
committed
nit
1 parent 99224a4 commit fc4281e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/barretenberg/install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
1313
cat >> /etc/profile.d/noir.sh << EOF
1414
1515
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
16-
chmod +x /etc/profile.d/noir.sh
1716
18-
\$HOME/.bb/bbup ${VERSION}
1917
PATH=\$HOME/.bb/bin:\$PATH
18+
bash \$HOME/.bb/bbup ${VERSION}
2019
2120
EOF
21+
22+
chmod +x /etc/profile.d/noir.sh
23+
chmod 755 /etc/profile.d/noir.sh

src/noir/install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
1515
cat >> /etc/profile.d/noir.sh << EOF
1616
1717
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash
18-
chmod +x /etc/profile.d/noir.sh
1918
20-
\$HOME/.nargo/bin/noirup ${VERSION}
2119
PATH=\$HOME/.nargo/bin:\$PATH
20+
bash \$HOME/.nargo/bin/noirup ${VERSION}
2221
2322
EOF
23+
24+
chmod +x /etc/profile.d/noir.sh
25+
chmod 775 /etc/profile.d/noir.sh

0 commit comments

Comments
 (0)