Replace shebang with env
This commit is contained in:
parent
4723e1aa35
commit
e6680cec18
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# The purpose of this script is to clear our custom pacman repository
|
# The purpose of this script is to clear our custom pacman repository
|
||||||
# i.e. remove older versions of packages
|
# i.e. remove older versions of packages
|
||||||
|
@ -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
|
# 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.
|
# provide package-ready AUR softs.
|
||||||
|
Loading…
Reference in New Issue
Block a user