fix: install checksum only when needed (#1213)

This commit is contained in:
Baptiste Augrain
2022-08-21 19:15:37 +02:00
committed by GitHub
parent 7a2a3a7ab0
commit f21c11dde0
2 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#All common functions can be added to this file
# All common functions can be added to this file
exists() { type -t "$1" > /dev/null 2>&1; }