listupgrade: add repository URL
All checks were successful
continuous-integration/drone/push Build is passing

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 #!/bin/bash
# Repository: https://gitea.evolix.org/evolix/maj.sh/
# Exit codes : # Exit codes :
# - 30 : $skip_releases or $skip_packages is set to "all" # - 30 : $skip_releases or $skip_packages is set to "all"
# - 40 : current release is in $skip_releases list # - 40 : current release is in $skip_releases list

View file

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