From 1c48dd8e21c7e15fc21bfca6ff7b89c13a3e0e93 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:06:22 +0200 Subject: [PATCH] Update shebang to be more portable --- supplementals/Bootstrapper Setup.sh | 2 +- supplementals/Download Latest DLL.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/supplementals/Bootstrapper Setup.sh b/supplementals/Bootstrapper Setup.sh index 6d495f1..ee0e461 100644 --- a/supplementals/Bootstrapper Setup.sh +++ b/supplementals/Bootstrapper Setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [[ -f "Warframe.x64.exe" ]]; then if [[ ! -f "OpenWF/Download Latest DLL.sh" ]]; then diff --git a/supplementals/Download Latest DLL.sh b/supplementals/Download Latest DLL.sh index 5ac9eec..06c8574 100644 --- a/supplementals/Download Latest DLL.sh +++ b/supplementals/Download Latest DLL.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash echo "Fetching latest version..." latest_version=$(curl -s "https://openwf.io/supplementals/client%20drop-in/latest.txt")