feat: use apt install instead of dpkg for .deb installation
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
||||
```bash
|
||||
# Download and install the package
|
||||
wget https://git.rawleenc.dev/${{ gitea.repository }}/releases/download/${{ needs.check-version.outputs.zed_version_tag }}/zed-editor_${{ needs.check-version.outputs.zed_version }}_amd64.deb
|
||||
sudo dpkg -i zed-editor_${{ needs.check-version.outputs.zed_version }}_amd64.deb
|
||||
sudo apt install ./zed-editor_${{ needs.check-version.outputs.zed_version }}_amd64.deb
|
||||
|
||||
# Or install from the APT repository (if configured)
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user