Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 16, 2024
1 parent 59a3ad8 commit 55cb296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
apt-get install -y ./linupdate-test-build_${{ env.VERSION }}_all.deb
- name: debug
run: ls -l /opt/linupdate/
run: ls -l /opt/linupdate/linupdate.py

- name: Launch linupdate
run: /opt/linupdate/linupdate.py --check-updates
run: python3 /opt/linupdate/linupdate.py --check-updates

# Try to install package on Debian 11
install-debian-11:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging/deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Priority: optional
Architecture: all
Depends: apt-transport-https, locales, ngrep, inotify-tools, virt-what, net-tools, dnsutils, locales-all, python3-tabulate, python3-colorama, python3-dateutil
Maintainer: Ludovic <[email protected]>
Description: Linupdate 3+ (python version) - A package updater and Repomanager's client side agent
Description: Linupdate 3 (python version) - A package updater and Repomanager's client side agent
Homepage: https://github.com/lbr38/linupdate

0 comments on commit 55cb296

Please sign in to comment.