1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-24 18:26:55 +00:00

fix: Use apt-get and dpkg instead of apt (which isn't stable in scripts)

This commit is contained in:
Ginger 2025-09-10 10:12:57 -04:00 committed by nex
parent fa42d7165c
commit a7cd4e9554

View file

@ -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"