From 304ac3166cafd01e40571c903ffcffb023619461 Mon Sep 17 00:00:00 2001 From: Cuan Date: Tue, 20 Sep 2022 11:21:59 -0400 Subject: [PATCH] Updated shebangs --- chrootInstall.sh | 2 +- config-files/pipewire-start.sh | 2 +- install.sh | 5 +++-- programs/xcaffeine/xcaffeine.py | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 4b40112..af5fc20 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Importing Variables formfactor="$(cat /tempfiles/formfactor)" diff --git a/config-files/pipewire-start.sh b/config-files/pipewire-start.sh index 7ceef01..3eb9cdf 100755 --- a/config-files/pipewire-start.sh +++ b/config-files/pipewire-start.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber diff --git a/install.sh b/install.sh index f2e7cfc..f2ba06e 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,9 @@ -#!/bin/bash +#!/usr/bin/env bash + loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated june 26, 2022 +echo last updated september 20, 2022 echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n" diff --git a/programs/xcaffeine/xcaffeine.py b/programs/xcaffeine/xcaffeine.py index f1cb38f..7d0a472 100755 --- a/programs/xcaffeine/xcaffeine.py +++ b/programs/xcaffeine/xcaffeine.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 # external modules