Better indent in source code
This commit is contained in:
parent
92d2f8d6c1
commit
eb69ed31ae
|
@ -35,7 +35,7 @@ function rootMessage() {
|
||||||
echo "+ Root permissions are required!"
|
echo "+ Root permissions are required!"
|
||||||
echo ""
|
echo ""
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Function to detect "kernel" name
|
# Function to detect "kernel" name
|
||||||
|
@ -90,7 +90,7 @@ function curlCheck () {
|
||||||
|
|
||||||
# Function to check available downloaders (wget, axel or aria2c).
|
# Function to check available downloaders (wget, axel or aria2c).
|
||||||
function checkDownloader() {
|
function checkDownloader() {
|
||||||
# Check wget installed
|
# Check wget installed
|
||||||
wget --help &> /dev/null
|
wget --help &> /dev/null
|
||||||
checkWget="$?"
|
checkWget="$?"
|
||||||
# Check axel installed
|
# Check axel installed
|
||||||
|
|
Loading…
Reference in New Issue
Block a user