Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky authored Jul 8, 2023
1 parent 2255347 commit 4f441c6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions contrib/demo-rgb.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/usr/bin/env bash

# There might be a need to download build-essentials, cmake, python3 and python3-dev
sudo apt install build-essentials
sudo apt install cmake
sudo apt install python3
sudo apt install python3-dev
sudo apt install -y build-essentials cmake python3 python3-dev

# --- INITIAL SETUP

Expand Down Expand Up @@ -58,10 +55,7 @@ rgb-cli -n testnet contract state ${CONTRACT_ID}
# Go to a remote server / other machine and do the following

# There might be a need to download build-essentials, cmake, python3 and python3-dev
sudo apt install build-essentials
sudo apt install cmake
sudo apt install python3
sudo apt install python3-dev
sudo apt install -y build-essentials cmake python3 python3-dev

# Run separate install script
./install.sh
Expand Down

0 comments on commit 4f441c6

Please sign in to comment.