Remove wrong dollar sign
This commit is contained in:
parent
2a2805150e
commit
43016d7326
@ -45,7 +45,7 @@ class ToolsInstaller:
|
||||
print("Version not supported by this installer")
|
||||
return
|
||||
|
||||
base_url = f"https://download.docker.com/linux/${linux_distro}"
|
||||
base_url = f"https://download.docker.com/linux/{linux_distro}"
|
||||
|
||||
subprocess.run("curl -fsSL " + base_url + "/gpg | sudo apt-key add -", shell=True)
|
||||
subprocess.run("apt-key fingerprint 0EBFCD88", shell=True)
|
||||
|
Loading…
Reference in New Issue
Block a user