Browse Source

fix: Shebang

Kroese 1 năm trước cách đây
mục cha
commit
d3ff2e1f11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"}"