Skip to content

Commit b30631d

Browse files
authored
Merge pull request #43 from ataseren/main
Fixed modified installation steps
2 parents 82432e6 + ed4a290 commit b30631d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Below, you can find the **videos** that can help you to get started with Blackda
6969
# Step 1: Download the script
7070
curl -L https://raw.githubusercontent.com/ErdemOzgen/blackdagger/main/scripts/blackdagger-installer.sh -o blackdagger-installer.sh
7171

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

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

7878
```
7979
**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.

0 commit comments

Comments
 (0)