Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
tried replace apt with apt-get and used sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor O'Hara committed Jul 26, 2023
1 parent fe85a92 commit ac96adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd ..
apt update
apt install jq -y
sudo apt-get update
sudo apt-get install jq -y
curl https://get.ignite.com/[email protected]! | bash
ignite scaffold chain gm --address-prefix gm
cd gm
Expand Down

0 comments on commit ac96adf

Please sign in to comment.