Fix tmux permissions

This commit is contained in:
mathias 2018-07-11 17:16:27 +03:00
parent 364620a4ec
commit a4f1b73a76

View file

@ -6,9 +6,10 @@ mkdir -p $BUILD_DIR/bin/
mv $BIN_DIR/start $BUILD_DIR/bin/
mv $BIN_DIR/excludes $BUILD_DIR/bin/
curl -o tmux.deb -s -L "http://mirrors.kernel.org/ubuntu/pool/main/t/tmux/tmux_2.1-3build1_amd64.deb"
curl -o tmux.deb -s -L "http://mirrors.kernel.org/ubuntu/pool/main/t/tmux/tmux_1.8-5_amd64.deb"
dpkg -x *.deb .
mv usr/bin/tmux $BUILD_DIR/bin/
chmod +x $BUILD_DIR/bin/tmux
curl -o $BUILD_DIR/minecraft-server.jar -s -L "https://yivesmirror.com/files/paperspigot/PaperSpigot-latest.jar"
curl -o $BUILD_DIR/plugins/DoBlockImage.jar -s -L "https://api.spiget.org/v2/resources/5454/download"