Better indent in source code

This commit is contained in:
q3aql 2021-03-28 03:29:56 +02:00
parent 92d2f8d6c1
commit eb69ed31ae

View File

@ -35,7 +35,7 @@ function rootMessage() {
echo "+ Root permissions are required!"
echo ""
exit
fi
fi
}
# Function to detect "kernel" name
@ -90,7 +90,7 @@ function curlCheck () {
# Function to check available downloaders (wget, axel or aria2c).
function checkDownloader() {
# Check wget installed
# Check wget installed
wget --help &> /dev/null
checkWget="$?"
# Check axel installed