mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Enable text mode
This commit is contained in:
parent
bca74e499f
commit
7adb6dfb3b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def install_dependencies():
|
||||||
subprocess.run(["curl", "--location", "--output", "pandoc.deb",
|
subprocess.run(["curl", "--location", "--output", "pandoc.deb",
|
||||||
PANDOC_DOWNLOAD], check=True, cwd=temp)
|
PANDOC_DOWNLOAD], check=True, cwd=temp)
|
||||||
subprocess.run(["sha256sum", "--check", "--strict", "--quiet"],
|
subprocess.run(["sha256sum", "--check", "--strict", "--quiet"],
|
||||||
input="%s *pandoc.deb" % PANDOC_SHA256,
|
input="%s *pandoc.deb" % PANDOC_SHA256, text=True,
|
||||||
check=True, cwd=temp)
|
check=True, cwd=temp)
|
||||||
subprocess.run(["sudo", "apt", "install", "--assume-yes",
|
subprocess.run(["sudo", "apt", "install", "--assume-yes",
|
||||||
"./pandoc.deb"], check=True, cwd=temp)
|
"./pandoc.deb"], check=True, cwd=temp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue