Updating to 1.10.0

This commit is contained in:
Alex Epstein 2017-07-05 13:16:38 -04:00
parent 01c9286d6e
commit c576f4681c
14 changed files with 14 additions and 14 deletions

View File

@ -216,7 +216,7 @@ Gets the link that is being masked by a url shortner
* Then cd into the cloned directory: ```cd Bash-Snippets```
* Git checkout to the latest stable release ```git checkout v1.9.0```
* Git checkout to the latest stable release ```git checkout v1.10.0```
* Run the guided install script with
```bash

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
search="0"
insensitive=""

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
private="0"
all="0"

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
checkOpenSSL()

View File

@ -3,7 +3,7 @@
base=""
exchangeTo=""
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -6,7 +6,7 @@
# Github: https://github.com/jakewmeyer
#
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
if [[ $# == 0 ]]; then

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
configuredPython=""

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos
currentVersion="1.9.0"
currentVersion="1.10.0"
multiline="0"

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
configuredPython=""

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
configuredPython=""

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0"
currentVersion="1.10.0"
configuredClient=""
configuredPython=""
source ~/.bash_profile ## allows grabbing enviornment variable

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.9.0" #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
currentVersion="1.10.0" #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
LANG="${LANG:-en}"
locale=$(echo $LANG | cut -c1-2)
configuredClient=""

View File

@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]];then rm -rf $HOME/.cache/ytview/ ;fi
player=""
configuredClient=""
currentVersion="1.9.0"
currentVersion="1.10.0"
flag=""
## This function determines which http get tool the system has installed and returns an error if there isnt one