/bin/sh replaced with /bin/bash

This commit is contained in:
Stephan Raabe 2023-12-03 17:50:14 +01:00
parent c78daaf725
commit f3a52b3747
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Execute the script with ./sync version e.g., ./sync 2.5.2
if [ ! -z $1 ] ;then

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
RED='\033[0;31m' #'0;31' is Red
GREEN='\033[0;32m' #'0;32' is Green
YELLOW='\033[1;32m' #'1;32' is Yellow

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
gnome_schema="org.gnome.desktop.interface"
gsettings set "$gnome_schema" icon-theme "Papirus-Dark"
gsettings set "$gnome_schema" cursor-theme "Bibata-Modern-Ice"

View File

@ -1,4 +1,4 @@
#/bin/sh
#/bin/bash
# ___ _ _ _ _
# |_ _|__| | | ___| |_(_)_ __ ___ ___
# | |/ _` | |/ _ \ __| | '_ ` _ \ / _ \

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
_settingsDecoration() {
clear
cat <<"EOF"

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -------------------------------
# Start Qtile

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# ___ _____ ___ _ _____ ____ _ _
# / _ \_ _|_ _| | | ____| / ___|| |_ __ _ _ __| |_
# | | | || | | || | | _| \___ \| __/ _` | '__| __|

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# ___ _____ ___ _ _____ ____ _ _
# / _ \_ _|_ _| | | ____| / ___|| |_ __ _ _ __| |_
# | | | || | | || | | _| \___ \| __/ _` | '__| __|

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# _ _ _ _
# | | | |_ __ __| | __ _| |_ ___ ___
# | | | | '_ \ / _` |/ _` | __/ _ \/ __|

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# ____ _ _ __ __ _
# / ___|| |_ __ _ _ __| |_ \ \ / /_ _ _ _| |__ __ _ _ __
# \___ \| __/ _` | '__| __| \ \ /\ / / _` | | | | '_ \ / _` | '__|