From a85e923c8de8857b338ea97673f16eaaa58d8f68 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 18 Aug 2025 21:46:14 +0200 Subject: [PATCH] setup_linux.sh: Use more generic bash /bin/bash not exist on nixos but /usr/bin/env bash working on all Linux distros --- setup_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_linux.sh b/setup_linux.sh index 753b2630..9d9f8cac 100644 --- a/setup_linux.sh +++ b/setup_linux.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash clear @@ -206,7 +206,7 @@ fi # Create uninstaller create_uninstaller() { cat > "remove_optiscaler.sh" << 'EOF' -#!/bin/bash +#!/usr/bin/env bash clear echo " :::::::: ::::::::: ::::::::::: ::::::::::: :::::::: :::::::: ::: ::: :::::::::: ::::::::: "