use "/usr/bin/env bash" instead of "/bin/bash" in each scripts for batter compatibility.

This commit is contained in:
Seungheon Oh 2021-07-09 13:37:49 -05:00 committed by Rafael Mardojai CM
parent 67c659937b
commit 5d7c505274
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
sysThemeNames=("'Pop'" "'Pop-dark'" "'Pop-light'" "'Yaru'" "'Yaru-dark'" "'Yaru-light'" "'Adwaita-maia'" "'Adwaita-maia-dark'")
themeNames=("pop" "pop" "pop" "yaru" "yaru" "yaru" "maia" "maia")

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
VERSION=$(curl -s "https://github.com/rafaelmardojai/firefox-gnome-theme/releases/latest/download" 2>&1 | sed "s/^.*download\/\([^\"]*\).*/\1/")
FILENAME=firefox-gnome-theme-$VERSION.tar.gz

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
THEMEDIRECTORY=$(cd `dirname $0` && cd .. && pwd)
FIREFOXFOLDER=~/.mozilla/firefox