mirror of
https://github.com/lubuntu-team/ppa-britney.git
synced 2025-03-10 06:41:07 +00:00
Convert fetch-indexes to Bash.
This commit is contained in:
parent
8575a3d21b
commit
883f8b485f
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# download current package indexes to data/<series>{,-proposed}/ for running
|
||||
# britney against a PPA. The PPA will play the role of "-proposed" (i. e.
|
||||
# "unstable" in britney terms, containing the updated packages to test), the
|
||||
@ -23,7 +23,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
. config.sh
|
||||
source config.sh
|
||||
|
||||
set -u
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user