Replace shebang with env

This commit is contained in:
Alexandre CATTEAU 2022-04-18 11:57:58 +02:00
parent 4723e1aa35
commit e6680cec18
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.