listupgrade: add repository URL
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2021-07-02 14:52:23 +02:00 committed by Jérémy Lecour
parent 27a09ce682
commit 83e8a3d75a
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
# Repository: https://gitea.evolix.org/evolix/maj.sh/
# Exit codes :
# - 30 : $skip_releases or $skip_packages is set to "all"
# - 40 : current release is in $skip_releases list

View File

@ -1,7 +1,11 @@
#!/bin/sh
# Repository: https://gitea.evolix.org/evolix/maj.sh/
# fork by reg from /etc/kernel/postinst.d/apt-auto-removal script
VERSION="21.06.3"
set -e
# shellcheck disable=SC2046