Ver Fonte

fix: Shebang

Kroese há 1 ano atrás
pai
commit
d3ff2e1f11
1 ficheiros alterados com 1 adições e 1 exclusões
  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"}"