Update shebangs

This commit is contained in:
JeremyStar™ 2024-06-03 22:40:52 +02:00
parent 08870b3ab1
commit 5d51a152ef
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source ${HOME}/.bashrc.d/startup.sh
env "BASHRC=true" dotfiles-updatechecker

View file

@ -1,2 +1,2 @@
#!/bin/bash
#!/usr/bin/env bash
bemenu --no-cursor --no-touch --ignorecase --prompt Execute --accept-single --bottom --border 2 --monitor DP-1 --no-overlap --wrap --list 20 --margin 20

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Check for sudo
if [ ! -f "/sbin/sudo" ]; then
echo ":: Error: \"/sbin/sudo\" not found, please install sudo"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd "${HOME}/.dotfiles" || (
echo ":: Error: Can't cd into ${HOME}/.dotfiles"
exit 1

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd "${HOME}/.dotfiles" || (
echo ":: Error: Can't cd into ${HOME}/.dotfiles"
exit 1

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# jeremystartm's dotfiles "installer"
if [ ! -f "$HOME/.config/.jstm_dotfiles" ]; then

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# jeremystartm's dotfiles "installer"
FORCED_UNLINKING=