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.