We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee12cb commit 575e42cCopy full SHA for 575e42c
install.sh
@@ -148,13 +148,13 @@ snap_install() {
148
echo "📥 Downloading ShellHub snap package..."
149
150
{
151
- sudo snap install shellhub-agent --channel=$AGENT_VERSION
+ sudo snap install shellhub --channel=$AGENT_VERSION
152
} || { echo "❌ Failed to download and install ShellHub snap package."; exit 1; }
153
154
echo "🚀 Starting ShellHub snap service..."
155
156
157
- sudo snap start shellhub-agent
+ sudo snap start shellhub
158
} || { echo "❌ Failed to start ShellHub snap service."; exit 1; }
159
}
160
0 commit comments