mirror of
https://github.com/tribufu/tribufu-java
synced 2026-06-01 09:42:37 +00:00
Update scripts
This commit is contained in:
parent
808f3ffa6e
commit
2f07cf5c4c
2 changed files with 0 additions and 37 deletions
|
|
@ -1,23 +1 @@
|
||||||
#!/usr/bin/env pwsh
|
#!/usr/bin/env pwsh
|
||||||
|
|
||||||
# Windows
|
|
||||||
|
|
||||||
if ($IsWindows)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
# Mac
|
|
||||||
|
|
||||||
elseif ($IsMacOS)
|
|
||||||
{
|
|
||||||
sudo chmod +x ./gradlew
|
|
||||||
sudo chmod +x ./Scripts/Package.ps1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Linux
|
|
||||||
|
|
||||||
elseif ($IsLinux)
|
|
||||||
{
|
|
||||||
sudo chmod +x ./gradlew
|
|
||||||
sudo chmod +x ./Scripts/Package.ps1
|
|
||||||
}
|
|
||||||
|
|
|
||||||
15
Bootstrap.sh
15
Bootstrap.sh
|
|
@ -1,16 +1 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
sudo chmod +x ./gradlew
|
|
||||||
sudo chmod +x ./Scripts/Package.ps1
|
|
||||||
|
|
||||||
# Linux
|
|
||||||
|
|
||||||
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
|
|
||||||
then
|
|
||||||
|
|
||||||
# Mac
|
|
||||||
|
|
||||||
elif [ "$(uname)" = "Darwin" ]
|
|
||||||
then
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue