pi-hosted/tools/install_maloja.sh
Dedy Martadinata S 95d6170045
add maloja, add missing executetables +x on tiddlywiki, clamav (#127)
* add maloja, add missing executetables `+x` on tiddlywiki, clamav

* add missing prer install

* fix image icon
2023-01-09 16:52:56 -05:00

21 lines
487 B
Bash
Executable file

#!/bin/bash
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
#function check_internet() {
# printf "Checking if you are online..."
# wget -q --spider http://github.com
# if [ $? -eq 0 ]; then
# echo "Online. Continuing."
# else
# error "Offline. Go connect to the internet then run the script again."
# fi
#}
check_internet
echo "Creating directories..."
sudo mkdir -p /portainer/Files/AppData/Config/Maloja/Data || error "Failed to create Maloja data directory!"