@peerbit/server 5.0.39-343b1fa → 5.0.39-4b0fbf1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/aws.js CHANGED
@@ -48,7 +48,7 @@ cd /home/ubuntu
48
48
  curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
49
49
  sudo apt-get install -y nodejs
50
50
  sudo apt-get install -y build-essential
51
- sudo npm install -g @peerbit/server
51
+ npm install -g @peerbit/server
52
52
  sudo peerbit domain test --email ${email}
53
53
  peerbit start ${peerIdStrings.map((key) => `--ga ${key}`)} > log.txt 2>&1 &
54
54
  `;