mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-28 04:26:35 +00:00
rename Linux artifacts
This commit is contained in:
parent
a2953dd5cd
commit
929ea298c5
2 changed files with 14 additions and 8 deletions
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
|
|
@ -149,6 +149,10 @@ jobs:
|
|||
cargo deb --no-build --no-strip --target $target
|
||||
mv target/${target}/debian/*.deb artifacts/
|
||||
done
|
||||
mv artifacts/sniffnet*amd64.deb artifacts/Sniffnet_LinuxDEB_amd64.deb
|
||||
mv artifacts/sniffnet*arm64.deb artifacts/Sniffnet_LinuxDEB_arm64.deb
|
||||
mv artifacts/sniffnet*i386.deb artifacts/Sniffnet_LinuxDEB_i386.deb
|
||||
mv artifacts/sniffnet*armhf.deb artifacts/Sniffnet_LinuxDEB_armhf.deb
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
@ -196,6 +200,8 @@ jobs:
|
|||
cargo generate-rpm --target $target
|
||||
mv target/${target}/generate-rpm/*.rpm artifacts/
|
||||
done
|
||||
mv artifacts/sniffnet-*x86_64.rpm artifacts/Sniffnet_LinuxRPM_x86_64.rpm
|
||||
mv artifacts/sniffnet-*aarch64.rpm artifacts/Sniffnet_LinuxRPM_aarch64.rpm
|
||||
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
16
README.md
16
README.md
|
|
@ -83,17 +83,17 @@ You can install Sniffnet in one of the following ways:
|
|||
- [macOS Intel](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_macOS_Intel.dmg)
|
||||
- [macOS Apple Silicon](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_macOS_AppleSilicon.dmg)
|
||||
|
||||
### Linux Debian-based
|
||||
### Linux DEB-based
|
||||
|
||||
- [Linux amd64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_Linux_amd64.deb)
|
||||
- [Linux arm64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_Linux_arm64.deb)
|
||||
- [Linux i386](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_Linux_i386.deb)
|
||||
- [Linux armhf](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_Linux_armhf.deb)
|
||||
- [Linux amd64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxDEB_amd64.deb)
|
||||
- [Linux arm64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxDEB_arm64.deb)
|
||||
- [Linux i386](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxDEB_i386.deb)
|
||||
- [Linux armhf](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxDEB_armhf.deb)
|
||||
|
||||
### Linux RPM-based
|
||||
|
||||
- [Linux x86_64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_Linux_x86_64.rpm)
|
||||
- [Linux aarch64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_Linux_aarch64.rpm)
|
||||
- [Linux x86_64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxRPM_x86_64.rpm)
|
||||
- [Linux aarch64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxRPM_aarch64.rpm)
|
||||
|
||||
</details>
|
||||
|
||||
|
|
@ -160,7 +160,7 @@ Depending on your operating system, you may need to install some dependencies to
|
|||
|
||||
<summary>Linux dependencies <img alt="" src="https://user-images.githubusercontent.com/100347457/193474239-c48d37af-d4c1-4a94-9207-0d46c6d75f1f.png" width="35px"/></summary>
|
||||
|
||||
- On [Debian-based](https://en.wikipedia.org/wiki/List_of_Linux_distributions#Debian-based) distributions:
|
||||
- On [DEB-based](https://en.wikipedia.org/wiki/List_of_Linux_distributions#Debian-based) distributions:
|
||||
- `libpcap-dev`
|
||||
- `libasound2-dev`
|
||||
- `libfontconfig1`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue