listupgrade: add repository URL
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
27a09ce682
commit
83e8a3d75a
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue