mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 12:53:00 +02:00
fix: Use apt-get and dpkg instead of apt (which isn't stable in scripts)
This commit is contained in:
parent
660f1ee790
commit
aab4c5eaee
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ jobs:
|
|||
run: |
|
||||
echo "Installing: ${{ steps.cargo-deb.outputs.path }}"
|
||||
|
||||
apt install -y ${{ steps.cargo-deb.outputs.path }}
|
||||
apt-get install -y ${{ steps.cargo-deb.outputs.path }}
|
||||
|
||||
apt info continuwuity
|
||||
dpkg -s continuwuity
|
||||
|
||||
[ -f /usr/bin/conduwuit ] && echo "✅ Binary installed successfully"
|
||||
[ -f /usr/lib/systemd/system/conduwuit.service ] && echo "✅ Systemd service installed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue