fix: use more generic shell script shebang

This commit is contained in:
Daniel Ebert 2024-08-05 14:16:14 +02:00 committed by Jacob Kauffmann
parent e44d6cd0bd
commit c994240676
10 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
#
# name: Enter BIOS
# icon: system-restart

View file

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
#
# name: Lock
# icon: locked

View file

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
#
# name: Log Out
# icon: system-log-out

View file

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
#
# name: Restart
# icon: system-restart

View file

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
#
# name: Power off
# icon: system-shutdown

View file

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/env sh
#
# name: Suspend
# icon: system-suspend

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# name: Switch to Compute Graphics
# icon: preferences-system-symbolic

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# name: Switch to NVIDIA Graphics
# icon: preferences-system-symbolic

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# name: Switch to Hybrid Graphics
# icon: preferences-system-symbolic

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# name: Switch to Integrated Graphics
# icon: preferences-system-symbolic