diff --git a/cheat/cheat b/cheat/cheat index f3f0539..a4514db 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/cloudup/cloudup b/cloudup/cloudup index cc4a3fa..b547173 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/crypt/crypt b/crypt/crypt index d502522..eb0c011 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/currency/currency b/currency/currency index 63f6b1d..b0fe813 100755 --- a/currency/currency +++ b/currency/currency @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein base="" diff --git a/extras/Linux/maps/maps b/extras/Linux/maps/maps index c6e0fa4..084fc07 100755 --- a/extras/Linux/maps/maps +++ b/extras/Linux/maps/maps @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/geo/geo b/geo/geo index 41df8be..dd1a7ce 100755 --- a/geo/geo +++ b/geo/geo @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Bash utility for getting specific network info diff --git a/install.sh b/install.sh index 7202cbf..b0b7913 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo) diff --git a/movies/movies b/movies/movies index e43aa23..d0b9c45 100755 --- a/movies/movies +++ b/movies/movies @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/qrify/qrify b/qrify/qrify index 6b04db5..842175d 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Linyos Torovoltos github.com/linyostorovovoltos currentVersion="1.13.2" diff --git a/short/short b/short/short index 4baafe0..d97026b 100755 --- a/short/short +++ b/short/short @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers index f459cf8..09d0a3d 100755 --- a/siteciphers/siteciphers +++ b/siteciphers/siteciphers @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash DELAY=1 configuredClient="" currentVersion="1.13.2" diff --git a/stocks/stocks b/stocks/stocks index bec1632..63467b0 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/taste/taste b/taste/taste index 99f94cf..c617da4 100755 --- a/taste/taste +++ b/taste/taste @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" diff --git a/todo/todo b/todo/todo index 1631280..32943c2 100755 --- a/todo/todo +++ b/todo/todo @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein flag="" currentVersion="1.13.2" diff --git a/uninstall.sh b/uninstall.sh index e6dfeed..b6a0862 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo) all="1" diff --git a/weather/weather b/weather/weather index 1ab9518..c96f837 100755 --- a/weather/weather +++ b/weather/weather @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.13.2" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 diff --git a/ytview/ytview b/ytview/ytview index ab6e14e..2d6eba8 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Author: Linyos Torovoltos https://github.com/linyostorovovoltos # Modifications: Alexander Epstein https://github.com/alexanderepstein