Changed from "!/bin/bash" to "!/bin/sh".
This commit is contained in:
parent
9731ef53ef
commit
e5d489b459
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Script to autostart programs.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
[ -z $IS_LAPTOP ] && exit
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Script to change keyboard layout.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Script to take screenshots or gifs
|
||||
|
Loading…
Reference in New Issue
Block a user