File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 7676 sudo apt install -y libreadline-dev libboost-all-dev fdupes unzip
7777 bash ./setup.sh
7878
79+ echo "[Builder] Setting up default plugins"
80+ cd build/package/addons/swiftly
81+ wget https://github.com/swiftly-solution/admins/releases/latest/download/Swiftly.Plugin.Admins.zip
82+ unzip Swiftly.Plugin.Admins.zip
83+ wget https://github.com/swiftly-solution/admins_basecomms/releases/latest/download/Swiftly.Plugin.Admins.BaseComms.zip
84+ unzip Swiftly.Plugin.Admins.BaseComms.zip
85+ wget https://github.com/swiftly-solution/admins_basebans/releases/latest/download/Swiftly.Plugin.Admins.BaseBans.zip
86+ unzip Swiftly.Plugin.Admins.BaseBans.zip
87+ wget https://github.com/swiftly-solution/admins_commands/releases/latest/download/Swiftly.Plugin.Admins.BaseCommands.zip
88+ unzip Swiftly.Plugin.Admins.BaseCommands.zip
89+ cd ../../../..
90+ echo "[Builder] Finished setting up default plugins"
91+
7992 - name : Prepare Build - Windows
8093 if : matrix.os == 'windows-latest'
8194 working-directory : swiftly
You can’t perform that action at this time.
0 commit comments