File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
1212
1313
14- cat >> /etc/profile.d/noir .sh << EOF
14+ cat >> /etc/profile.d/99_bb .sh << EOF
1515
1616curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
1717
@@ -20,5 +20,5 @@ bash \$HOME/.bb/bbup ${VERSION}
2020
2121EOF
2222
23- chmod +x /etc/profile.d/noir .sh
24- chmod 755 /etc/profile.d/noir .sh
23+ chmod +x /etc/profile.d/99_bb .sh
24+ chmod 755 /etc/profile.d/99_bb .sh
Original file line number Diff line number Diff line change 1212
1313apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
1414
15- cat >> /etc/profile.d/noir .sh << EOF
15+ cat >> /etc/profile.d/98_noir .sh << EOF
1616
1717curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash
1818
@@ -21,5 +21,5 @@ bash \$HOME/.nargo/bin/noirup ${VERSION}
2121
2222EOF
2323
24- chmod +x /etc/profile.d/noir .sh
25- chmod 775 /etc/profile.d/noir .sh
24+ chmod +x /etc/profile.d/98_noir .sh
25+ chmod 775 /etc/profile.d/98_noir .sh
You can’t perform that action at this time.
0 commit comments