Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Nov 6, 2024
1 parent 530d444 commit ebb7174
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions wiki/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ curl -1sLf \
sudo dnf install shopware-cli
```

### Alpine — APK based Linux

```bash
sudo apk add --no-cache bash
curl -1sLf \
'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.alpine.sh' \
| sudo -E bash
sudo apk add --no-cache shopware-cli
```

### Archlinux User Repository (AUR)

```bash
Expand Down Expand Up @@ -109,9 +99,7 @@ using Shopware CLI Action

```yaml
- name: Install shopware-cli
uses: FriendsOfShopware/shopware-cli-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: shopware/shopware-cli-action@v1
```

### Gitlab CI
Expand All @@ -120,7 +108,7 @@ using Shopware CLI Action
build:
stage: build
image:
name: ghcr.io/friendsofshopware/shopware-cli:latest
name: friendsofshopware/shopware-cli:latest
entrypoint: [ "/bin/sh", "-c" ]
script:
- shopware-cli --version
Expand Down

0 comments on commit ebb7174

Please # to comment.