📦 deps(thirdparty): update snapshots
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antigravity-bundle-aas-devops-cloud",
|
||||
"version": "12.4.0",
|
||||
"version": "12.5.0",
|
||||
"description": "Editorial \"AAS DevOps & Cloud\" bundle for Claude Code from Antigravity Awesome Skills.",
|
||||
"author": {
|
||||
"name": "sickn33 and contributors",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "agyb-aas-devops-cloud",
|
||||
"version": "12.4.0",
|
||||
"version": "12.5.0",
|
||||
"description": "Install the \"AAS DevOps & Cloud\" editorial skill bundle from Antigravity Awesome Skills.",
|
||||
"author": {
|
||||
"name": "sickn33 and contributors",
|
||||
|
||||
+2
-2
@@ -86,7 +86,7 @@ Provide verification steps to ensure everything works:
|
||||
tmpdir="$(mktemp -d)"
|
||||
trap 'rm -rf "$tmpdir"' EXIT
|
||||
curl -fsSLo "$tmpdir/homebrew-install.sh" https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
|
||||
sed -n '1,160p' "$tmpdir/homebrew-install.sh"
|
||||
cat "$tmpdir/homebrew-install.sh" # review the full installer before executing
|
||||
/bin/bash "$tmpdir/homebrew-install.sh"
|
||||
|
||||
# Install Node.js
|
||||
@@ -102,7 +102,7 @@ sudo apt update
|
||||
tmpdir="$(mktemp -d)"
|
||||
trap 'rm -rf "$tmpdir"' EXIT
|
||||
curl -fsSLo "$tmpdir/nodesource-setup.sh" https://deb.nodesource.com/setup_20.x
|
||||
sed -n '1,160p' "$tmpdir/nodesource-setup.sh"
|
||||
cat "$tmpdir/nodesource-setup.sh" # review the full installer before sudo
|
||||
sudo -E bash "$tmpdir/nodesource-setup.sh"
|
||||
sudo apt install -y nodejs
|
||||
\`\`\`
|
||||
|
||||
Reference in New Issue
Block a user