Skip to content

Commit 575e42c

Browse files
henrybarretogustavosbarreto
authored andcommitted
fix(snap): rename references to shellhub-agent snap package to shellhub
1 parent 7ee12cb commit 575e42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ snap_install() {
148148
echo "📥 Downloading ShellHub snap package..."
149149

150150
{
151-
sudo snap install shellhub-agent --channel=$AGENT_VERSION
151+
sudo snap install shellhub --channel=$AGENT_VERSION
152152
} || { echo "❌ Failed to download and install ShellHub snap package."; exit 1; }
153153

154154
echo "🚀 Starting ShellHub snap service..."
155155

156156
{
157-
sudo snap start shellhub-agent
157+
sudo snap start shellhub
158158
} || { echo "❌ Failed to start ShellHub snap service."; exit 1; }
159159
}
160160

0 commit comments

Comments
 (0)