@ -1,7 +1,7 @@
#!/usr/bin/env sh
BOLD='\033[0;1m'
echo "$${BOLD}Installing MODULE_NAME..."
printf "$${BOLD}Installing MODULE_NAME..."
# Add code here
# Use varibles from the templatefile function in main.tf
# e.g. LOG_PATH, PORT, etc.
echo "$${BOLD}Installing filebrowser \n\n"
printf "$${BOLD}Installing filebrowser \n\n"
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
echo "$${BOLD}Installing JFrog CLI..."
printf "$${BOLD}Installing JFrog CLI..."
# Install the JFrog CLI.
curl -fL https://install-cli.jfrog.io | sudo sh
@ -2,7 +2,7 @@
echo "$${BOLD}Installing jupyter-notebook!\n"
printf "$${BOLD}Installing jupyter-notebook!\n"
# check if jupyter-notebook is installed
if ! command -v jupyter-notebook >/dev/null 2>&1; then
echo "$${BOLD}Installing jupyterlab!\n"
printf "$${BOLD}Installing jupyterlab!\n"
# check if jupyterlab is installed
if ! command -v jupyterlab >/dev/null 2>&1; then