aidevops 2.172.28 → 2.172.29
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/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup-modules/tool-install.sh +1 -1
- package/setup.sh +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.172.
|
|
1
|
+
2.172.29
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
|
@@ -989,7 +989,7 @@ setup_ssh_key() {
|
|
|
989
989
|
|
|
990
990
|
if [[ "$generate_key" =~ ^[Yy]?$ ]]; then
|
|
991
991
|
read -r -p "Enter your email address: " email
|
|
992
|
-
|
|
992
|
+
install -d -m 700 ~/.ssh
|
|
993
993
|
ssh-keygen -t ed25519 -C "$email" -f ~/.ssh/id_ed25519
|
|
994
994
|
print_success "SSH key generated"
|
|
995
995
|
else
|
package/setup.sh
CHANGED
|
@@ -10,7 +10,7 @@ shopt -s inherit_errexit 2>/dev/null || true
|
|
|
10
10
|
# AI Assistant Server Access Framework Setup Script
|
|
11
11
|
# Helps developers set up the framework for their infrastructure
|
|
12
12
|
#
|
|
13
|
-
# Version: 2.172.
|
|
13
|
+
# Version: 2.172.29
|
|
14
14
|
#
|
|
15
15
|
# Quick Install:
|
|
16
16
|
# npm install -g aidevops && aidevops update (recommended)
|