mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03: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",
|
||||
PANDOC_DOWNLOAD], check=True, cwd=temp)
|
||||
subprocess.run(["sha256sum", "--check", "--strict", "--quiet"],
|
||||
input="%s *pandoc.deb" % PANDOC_SHA256,
|
||||
input="%s *pandoc.deb" % PANDOC_SHA256, text=True,
|
||||
check=True, cwd=temp)
|
||||
subprocess.run(["sudo", "apt", "install", "--assume-yes",
|
||||
"./pandoc.deb"], check=True, cwd=temp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue