Skip to content

Commit

Permalink
Fixed modified installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ataseren committed Apr 3, 2024
1 parent 82432e6 commit ed4a290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ Below, you can find the **videos** that can help you to get started with Blackda
# Step 1: Download the script
curl -L https://raw.githubusercontent.com/ErdemOzgen/blackdagger/main/scripts/blackdagger-installer.sh -o blackdagger-installer.sh

# Step 2: Make the script executable
# Step 2: Make the script executable if needed
chmod +x blackdagger-installer.sh

# Step 3: Run the script with sudo
sudo ./blackdagger-installer.sh
sudo bash blackdagger-installer.sh

```
**Important Note:** Within the Blackdagger server, to access the GoTTY web terminal, you must manually start the `default-gotty-service` DAG found in the DAGs section. Blackdagger utilizes GoTTY for web terminal functionality, which, for security reasons, does not automatically start upon system initialization.
Expand Down

0 comments on commit ed4a290

Please sign in to comment.