Update shebang in install script

This commit is contained in:
Alexandre CATTEAU 2022-03-13 12:25:55 +01:00
parent f02ecf1600
commit eb229ac031

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
run_directory=$(dirname "$0")
user=$(whoami)