first version
This commit is contained in:
14
scripts/_zola
Normal file
14
scripts/_zola
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
function check_zola_is_present() {
|
||||
if zola --version >/dev/null 2>&1; then
|
||||
echo "true"
|
||||
else
|
||||
echo "false"
|
||||
fi
|
||||
}
|
||||
|
||||
# function install_zola() {}
|
||||
|
||||
Reference in New Issue
Block a user