Compare commits

..

4 Commits
1.4 ... dev

Author SHA1 Message Date
root
5d4636cbb8 fixing branch 2017-09-21 09:56:27 -05:00
root
39c5112295 fixing 2017-09-20 20:43:16 -05:00
root
88d865e95c fixing 2017-09-20 20:40:56 -05:00
27fe60a0e4 adding weatherdev into dev 2017-09-20 20:36:17 -05:00
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ RUN apt-get update && apt-get install -y git libopus0 opus-tools libopus-dev li
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && chmod a+rx /usr/local/bin/youtube-dl
#Download and install stable version of Nadeko
RUN curl -O https://raw.githubusercontent.com/mattburchett/nadeko/1.4/nadeko_installer_1_4.sh && chmod 755 nadeko_installer_1_4.sh && ./nadeko_installer_1_4.sh \
&& curl -O https://raw.githubusercontent.com/mattburchett/nadeko/1.4/nadeko_autorestart.sh && chmod 755 nadeko_autorestart.sh
RUN curl -O https://raw.githubusercontent.com/mattburchett/nadeko/dev/nadeko_installer_1_4.sh && chmod 755 nadeko_installer_1_4.sh && ./nadeko_installer_1_4.sh \
&& curl -O https://raw.githubusercontent.com/mattburchett/nadeko/dev/nadeko_autorestart.sh && chmod 755 nadeko_autorestart.sh

View File

@ -29,7 +29,7 @@ cd "$root"
echo ""
echo "Downloading NadekoBot, please wait."
git clone -b 1.4 --recursive --depth 1 https://github.com/mattburchett/NadekoBot.git
git clone -b weather2 --recursive --depth 1 https://github.com/mattburchett/NadekoBot.git
echo ""
echo "NadekoBot downloaded."