Skip to content

Commit 6109f26

Browse files
committed
ordering scripts
1 parent 3810f32 commit 6109f26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/barretenberg/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
apt 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
1616
curl -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
2121
EOF
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

src/noir/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
apt 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
1717
curl -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
2222
EOF
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

0 commit comments

Comments
 (0)