Deleted unused variable
This commit is contained in:
@@ -10,7 +10,6 @@ toolVersion=$(curl --silent "$toolLatestUrl" | grep -Po '"tag_name": "v\K.*?(?="
|
|||||||
toolDownload="https://github.com/${repoName}/${toolName}/releases/download/v${toolVersion}/${toolName}-${toolVersion}-linux-armv6"
|
toolDownload="https://github.com/${repoName}/${toolName}/releases/download/v${toolVersion}/${toolName}-${toolVersion}-linux-armv6"
|
||||||
toolDir="/usr/local/bin"
|
toolDir="/usr/local/bin"
|
||||||
toolLoc="${toolDir}/${toolName}"
|
toolLoc="${toolDir}/${toolName}"
|
||||||
toolDown="/tmp/${toolName}"
|
|
||||||
toolWdir="/opt/${toolName}"
|
toolWdir="/opt/${toolName}"
|
||||||
toolConfig="${toolName}.toml"
|
toolConfig="${toolName}.toml"
|
||||||
toolConfigLoc="${toolWdir}/${toolConfig}"
|
toolConfigLoc="${toolWdir}/${toolConfig}"
|
||||||
|
Reference in New Issue
Block a user