From e6680cec1809f496f21f943f5602d806a808686f Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Mon, 18 Apr 2022 11:57:58 +0200 Subject: [PATCH] Replace shebang with env --- clear-repo.sh | 2 +- update-repo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clear-repo.sh b/clear-repo.sh index c93c894..09f202a 100755 --- a/clear-repo.sh +++ b/clear-repo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # The purpose of this script is to clear our custom pacman repository # i.e. remove older versions of packages diff --git a/update-repo.sh b/update-repo.sh index a8be6af..6c6ccde 100755 --- a/update-repo.sh +++ b/update-repo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # The purpose of this script is to automate the maintenance of a custom pacman (Arch Linux) repository, whose goal is to # provide package-ready AUR softs.