From 5d51a152ef31544fdb46435429984b4d9cd3b25c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 22:40:52 +0200 Subject: [PATCH] Update shebangs --- bash/bashrc | 2 +- bash/bin/launch-menu | 2 +- bin/install-software | 2 +- bin/updatechecker | 2 +- bin/updater | 2 +- install.sh | 2 +- uninstall.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index 99159590..abb6c98d 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source ${HOME}/.bashrc.d/startup.sh env "BASHRC=true" dotfiles-updatechecker diff --git a/bash/bin/launch-menu b/bash/bin/launch-menu index dc2cf57e..8bcc5002 100755 --- a/bash/bin/launch-menu +++ b/bash/bin/launch-menu @@ -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 diff --git a/bin/install-software b/bin/install-software index e9731453..84920534 100755 --- a/bin/install-software +++ b/bin/install-software @@ -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" diff --git a/bin/updatechecker b/bin/updatechecker index 89e0b792..e7a5c85b 100755 --- a/bin/updatechecker +++ b/bin/updatechecker @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd "${HOME}/.dotfiles" || ( echo ":: Error: Can't cd into ${HOME}/.dotfiles" exit 1 diff --git a/bin/updater b/bin/updater index e25f59ad..b5b19a6f 100755 --- a/bin/updater +++ b/bin/updater @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd "${HOME}/.dotfiles" || ( echo ":: Error: Can't cd into ${HOME}/.dotfiles" exit 1 diff --git a/install.sh b/install.sh index 82d9c452..2199a9dd 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # jeremystartm's dotfiles "installer" if [ ! -f "$HOME/.config/.jstm_dotfiles" ]; then diff --git a/uninstall.sh b/uninstall.sh index 1d26fc95..dbe6d09c 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # jeremystartm's dotfiles "installer" FORCED_UNLINKING=