common-updater-scripts/*: /bin/sh -> /usr/bin/env bash

This commit is contained in:
Samuel Gräfenstein 2021-09-29 16:41:19 +02:00
parent 9a1bf524f5
commit 8ae7cd8a93
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/usr/bin/env bash
# lists all available versions listed for a package in a site (http)

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/usr/bin/env bash
# lists all available tags from a git repository