Skip to content

Commit

Permalink
chore(sauce-connect): fix TabItem indent in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk authored and Choraden committed Oct 2, 2024
1 parent dfd121d commit 7b55ee3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/secure-connections/sauce-connect-5/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaultValue="ARM64"
    {label: 'ARM64', value: 'ARM64'},
    {label: 'x86-64', value: 'x86-64'},
  ]}>
<TabItem value="ARM64">
<TabItem value="ARM64">

```bash
curl -L -o sauce-connect.deb https://saucelabs.com/downloads/sauce-connect/5.2.0/sauce-connect_5.2.0.linux_arm64.deb
Expand All @@ -41,6 +41,8 @@ sudo dpkg -i sauce-connect.deb

### Edit config file

Edit the configuration file with your favorite editor:

```bash
sudo vim /etc/sauce-connect/sauce-connect.yaml
```
Expand Down Expand Up @@ -78,7 +80,7 @@ defaultValue="ARM64"
    {label: 'ARM64', value: 'ARM64'},
    {label: 'x86-64', value: 'x86-64'},
  ]}>
<TabItem value="ARM64">
<TabItem value="ARM64">

```bash
sudo rpm -i https://saucelabs.com/downloads/sauce-connect/5.2.0/sauce-connect-5.2.0_linux.aarch64.rpm
Expand Down Expand Up @@ -129,7 +131,7 @@ defaultValue="ARM64"
    {label: 'ARM64', value: 'ARM64'},
    {label: 'x86-64', value: 'x86-64'},
  ]}>
<TabItem value="ARM64">
<TabItem value="ARM64">

```bash
curl -L -o sauce-connect.tar.gz https://saucelabs.com/downloads/sauce-connect/5.2.0/sauce-connect-5.2.0_linux.aarch64.tar.gz
Expand All @@ -149,7 +151,6 @@ sudo tar -C /opt/sauce-connect -xzf sauce-connect.tar.gz
</TabItem>
</Tabs>


### Link the binary

```bash
Expand Down

0 comments on commit 7b55ee3

Please sign in to comment.