Skip to content

Commit

Permalink
V2
Browse files Browse the repository at this point in the history
  • Loading branch information
SayesCode committed Oct 2, 2024
1 parent 9ca1cbb commit cc61e3c
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 9 deletions.
6 changes: 2 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Verison = "V1"
# Verison = "V2"

# Terminal colors
GREEN='\033[0;32m'
Expand Down Expand Up @@ -42,7 +42,6 @@ install_cloudflared() {
chmod +x ./cloudflared
mv ./cloudflared .server/cloudflared

# Verifica se o arquivo foi movido corretamente
if [[ -e ".server/cloudflared" ]]; then
echo -e "${GREEN}[${WHITE}+${GREEN}]${CYAN} Cloudflared installed successfully."
else
Expand Down Expand Up @@ -74,5 +73,4 @@ install_make
install_java
install_cloudflared

clear
bash ./start.sh
bash ./start.sh
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
mine-server:
image: ubuntu:latest
container_name: Mine-Server
container_name: Mineflared
build:
context: .
dockerfile: Dockerfile
Expand Down
Loading

0 comments on commit cc61e3c

Please sign in to comment.