@zerothreatai/cli 4.0.0 → 5.0.0

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.
@@ -41,6 +41,7 @@ async function installDocker() {
41
41
  'sudo apt update',
42
42
  'sudo apt install docker-ce -y',
43
43
  'sudo usermod -aG docker ${USER}',
44
+ 'su - ${USER}'
44
45
  ];
45
46
  for (const cmd of commands) {
46
47
  console.log(`Running: ${cmd}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerothreatai/cli",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "node build.js",