Skip to content

Commit 820cebc

Browse files
authored
Update suse-public-cloud-connectivity-registration-issues.md
Updating zypper command with correct syntax to add --force after install
1 parent 89ecff6 commit 820cebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/azure/virtual-machines/linux/suse-public-cloud-connectivity-registration-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ If instances aren't regularly updated, they can become incompatible with our upd
258258
sudo cd tmp
259259
sudo tar xvfz suse-public-registration.tgz
260260
sudo cd rpms
261-
sudo zypper --force --no-refresh --no-remote --non-interactive install *.rpm
261+
sudo zypper --no-refresh --no-remote --non-interactive install --force *.rpm
262262
```
263263

264264
8. Register the VM again:

0 commit comments

Comments
 (0)