mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-27 18:36:56 +00:00
fix: Use apt-get and dpkg instead of apt (which isn't stable in scripts)
This commit is contained in:
parent
fa42d7165c
commit
a7cd4e9554
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Installing: ${{ steps.cargo-deb.outputs.path }}"
|
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/bin/conduwuit ] && echo "✅ Binary installed successfully"
|
||||||
[ -f /usr/lib/systemd/system/conduwuit.service ] && echo "✅ Systemd service installed"
|
[ -f /usr/lib/systemd/system/conduwuit.service ] && echo "✅ Systemd service installed"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue