Skip to content

Commit

Permalink
remove shebang from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Dec 4, 2023
1 parent 30f69c9 commit 1e592f6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions scripts/debian/1-install-deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

set -ex

apt-get update -y
Expand Down
2 changes: 0 additions & 2 deletions scripts/debian/2-configure.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

set -ex

cmake . -B bin -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -s -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,--build-id=none -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON || cat "$SOURCE"/server/bin/vcpkg-bootstrap.log
2 changes: 0 additions & 2 deletions scripts/debian/3-build-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

set -ex

cmake --build bin --parallel -t BeamMP-Server-tests
2 changes: 0 additions & 2 deletions scripts/debian/3-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

set -ex

cmake --build bin --parallel -t BeamMP-Server
2 changes: 0 additions & 2 deletions scripts/debian/4-install-runtime-deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

set -ex

apt-get update -y
Expand Down

0 comments on commit 1e592f6

Please sign in to comment.