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")