mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 06:47:27 +00:00
Add +x permissions on scripts
This commit is contained in:
parent
1cc8b7ac2e
commit
3b8947fffa
4 changed files with 5 additions and 23 deletions
15
Bootstrap.ps1
Normal file → Executable file
15
Bootstrap.ps1
Normal file → Executable file
|
|
@ -1,19 +1,10 @@
|
|||
#!/usr/bin/env pwsh
|
||||
|
||||
# Windows
|
||||
|
||||
if ($IsWindows)
|
||||
{
|
||||
}
|
||||
|
||||
# Mac
|
||||
|
||||
elseif ($IsMacOS)
|
||||
{
|
||||
}
|
||||
|
||||
# Linux
|
||||
|
||||
elseif ($IsLinux)
|
||||
else
|
||||
{
|
||||
sudo chmod +x ./gradlew
|
||||
sudo chmod +x ./Scripts/Package.ps1
|
||||
}
|
||||
|
|
|
|||
13
Bootstrap.sh
Normal file → Executable file
13
Bootstrap.sh
Normal file → Executable file
|
|
@ -1,13 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# Linux
|
||||
|
||||
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
|
||||
then
|
||||
|
||||
# Mac
|
||||
|
||||
elif [ "$(uname)" = "Darwin" ]
|
||||
then
|
||||
|
||||
fi
|
||||
sudo chmod +x ./gradlew
|
||||
sudo chmod +x ./Scripts/Package.ps1
|
||||
|
|
|
|||
0
Scripts/Package.ps1
Normal file → Executable file
0
Scripts/Package.ps1
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue