mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-04 00:31:35 +00:00
setup_linux.sh: Use more generic bash
/bin/bash not exist on nixos but /usr/bin/env bash working on all Linux distros
This commit is contained in:
committed by
FakeMichau
parent
d13afa800d
commit
a85e923c8d
+2
-2
@@ -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 " :::::::: ::::::::: ::::::::::: ::::::::::: :::::::: :::::::: ::: ::: :::::::::: ::::::::: "
|
||||
|
||||
Reference in New Issue
Block a user