Browse Source

fix: Shebang

Kroese 1 year ago
parent
commit
d3ff2e1f11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/install.sh

+ 1 - 1
src/install.sh

@@ -1,4 +1,4 @@
-!/usr/bin/env bash
+#!/usr/bin/env bash
 set -Eeuo pipefail
 
 : "${VERSION:="win11x64"}"