fix printing

pull/59/head
Muhammad Atif Ali 2 years ago
parent c494f63f92
commit c7d1cf634e

@ -1,7 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
BOLD='\033[0;1m' BOLD='\033[0;1m'
echo "$${BOLD}Installing MODULE_NAME..." printf "$${BOLD}Installing MODULE_NAME..."
# Add code here # Add code here
# Use varibles from the templatefile function in main.tf # Use varibles from the templatefile function in main.tf
# e.g. LOG_PATH, PORT, etc. # e.g. LOG_PATH, PORT, etc.

@ -1,7 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
BOLD='\033[0;1m' BOLD='\033[0;1m'
echo "$${BOLD}Installing filebrowser \n\n" printf "$${BOLD}Installing filebrowser \n\n"
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash

@ -1,7 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
BOLD='\033[0;1m' BOLD='\033[0;1m'
echo "$${BOLD}Installing JFrog CLI..." printf "$${BOLD}Installing JFrog CLI..."
# Install the JFrog CLI. # Install the JFrog CLI.
curl -fL https://install-cli.jfrog.io | sudo sh curl -fL https://install-cli.jfrog.io | sudo sh

@ -2,7 +2,7 @@
BOLD='\033[0;1m' BOLD='\033[0;1m'
echo "$${BOLD}Installing jupyter-notebook!\n" printf "$${BOLD}Installing jupyter-notebook!\n"
# check if jupyter-notebook is installed # check if jupyter-notebook is installed
if ! command -v jupyter-notebook >/dev/null 2>&1; then if ! command -v jupyter-notebook >/dev/null 2>&1; then

@ -2,7 +2,7 @@
BOLD='\033[0;1m' BOLD='\033[0;1m'
echo "$${BOLD}Installing jupyterlab!\n" printf "$${BOLD}Installing jupyterlab!\n"
# check if jupyterlab is installed # check if jupyterlab is installed
if ! command -v jupyterlab >/dev/null 2>&1; then if ! command -v jupyterlab >/dev/null 2>&1; then

Loading…
Cancel
Save