Skip to content

dadm0de/azerothcore-pbbranch-add-modules.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

AzerothCore Module Installation Script

Description

This script adds AzerothCore modules via Git links, compiles them incrementally, copies .conf.dist files to the environment folder if compilation succeeds, removes failed modules, and lists successful and failed modules.

Usage Options: 2 Options

Option 1:

Download the Script

  • Fix permissions:
    chmod +x add-modules.sh
  • Run:
    ./add-modules.sh

Option 2:

Copy and Paste the add-module.sh code

  • Edit:
    nano add-modules.sh
  • Paste code, save, and exit.
  • Fix permissions:
    chmod +x add-modules.sh
  • Run:
    ./add-modules.sh

About

Little script to add modules to AzerothCore Playerbots branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages