Updated shebangs

This commit is contained in:
2022-09-20 11:21:59 -04:00
parent e9c2ba95b3
commit 304ac3166c
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Importing Variables # Importing Variables
formfactor="$(cat /tempfiles/formfactor)" formfactor="$(cat /tempfiles/formfactor)"
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
/usr/bin/pipewire & /usr/bin/pipewire &
/usr/bin/pipewire-pulse & /usr/bin/pipewire-pulse &
/usr/bin/wireplumber /usr/bin/wireplumber
+3 -2
View File
@@ -1,8 +1,9 @@
#!/bin/bash #!/usr/bin/env bash
loadkeys us loadkeys us
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo rwinkhart\'s artix install script echo rwinkhart\'s artix install script
echo last updated june 26, 2022 echo last updated september 20, 2022
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo You will be asked some questions before installation. echo You will be asked some questions before installation.
echo -e "----------------------------------------------------------------------------------------------\n" echo -e "----------------------------------------------------------------------------------------------\n"
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/python3 #!/usr/bin/env python3
# external modules # external modules