File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
1313cat >> /etc/profile.d/noir.sh << EOF
1414
1515curl -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}
1917PATH=\$ HOME/.bb/bin:\$ PATH
18+ bash \$ HOME/.bb/bbup ${VERSION}
2019
2120EOF
21+
22+ chmod +x /etc/profile.d/noir.sh
23+ chmod 755 /etc/profile.d/noir.sh
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
1515cat >> /etc/profile.d/noir.sh << EOF
1616
1717curl -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}
2119PATH=\$ HOME/.nargo/bin:\$ PATH
20+ bash \$ HOME/.nargo/bin/noirup ${VERSION}
2221
2322EOF
23+
24+ chmod +x /etc/profile.d/noir.sh
25+ chmod 775 /etc/profile.d/noir.sh
You can’t perform that action at this time.
0 commit comments