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 11
11
apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
12
12
13
13
14
- cat >> /etc/profile.d/noir .sh << EOF
14
+ cat >> /etc/profile.d/99_bb .sh << EOF
15
15
16
16
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
17
17
@@ -20,5 +20,5 @@ bash \$HOME/.bb/bbup ${VERSION}
20
20
21
21
EOF
22
22
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 12
12
13
13
apt update && apt install -y curl bash git tar gzip libc++-dev unzip jq
14
14
15
- cat >> /etc/profile.d/noir .sh << EOF
15
+ cat >> /etc/profile.d/98_noir .sh << EOF
16
16
17
17
curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash
18
18
@@ -21,5 +21,5 @@ bash \$HOME/.nargo/bin/noirup ${VERSION}
21
21
22
22
EOF
23
23
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