@peerbit/server 5.4.8-7ce8142 → 5.4.8-f7c6ad9
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 +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/aws.ts +1 -1
package/dist/src/aws.js
CHANGED
|
@@ -45,7 +45,7 @@ const setupUserData = (email, grantAccess = []) => {
|
|
|
45
45
|
// better-sqlite3 force use to install build-essentials for `make` command, TOOD dont bundle better-sqlite3 by default?
|
|
46
46
|
return `#!/bin/bash
|
|
47
47
|
cd /home/ubuntu
|
|
48
|
-
curl -fsSL https://deb.nodesource.com/
|
|
48
|
+
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - &&\
|
|
49
49
|
sudo apt-get install -y nodejs
|
|
50
50
|
sudo apt-get install -y build-essential
|
|
51
51
|
npm install -g @peerbit/server
|