Switch to /usr/bin/env bash instead of /usr/bin/bash

To work on NixOS
main
earnest ma 2021-08-03 11:35:53 -04:00
parent ce5cc6eb23
commit ccb9ffe2c4
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

2
aptpkg
View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#! /usr/bin/env bash
# Init variables
APTPKG_VERSION="0.1.0"