From a4f1b73a7606978a1c1e911c7f07c2aa8e3cbcc5 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 11 Jul 2018 17:16:27 +0300 Subject: [PATCH] Fix tmux permissions --- bin/compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index b5596e4..124c84a 100755 --- a/bin/compile +++ b/bin/compile @@ -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"