getdistro now runs at the start of the script with getos so we can use it in detection
This commit is contained in:
parent
528296626c
commit
26495ccab5
1 changed files with 42 additions and 44 deletions
2
fetch.sh
2
fetch.sh
|
@ -229,7 +229,6 @@ case "$(uname)" in
|
|||
esac
|
||||
|
||||
# Get Distro
|
||||
getdistro () {
|
||||
case "$os" in
|
||||
"Linux" )
|
||||
if type -p crux >/dev/null 2>&1; then
|
||||
|
@ -281,7 +280,6 @@ getdistro () {
|
|||
distro="Unknown"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
# Get Title
|
||||
gettitle () {
|
||||
|
|
Loading…
Reference in a new issue