chore: install.sh: use /bin/sh interp within shebang (close #232)

This commit is contained in:
M0Rf30 2022-08-14 17:20:28 +02:00
parent 6ceb4ccee1
commit 8e7574ed9f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/sh
CURRENT_UID="$(id -u)"