This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Download the statically linked binaries of podman and its dependencies | |
curl -fsSL -o podman-linux-arm64.tar.gz https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-arm64.tar.gz | |
# Verify the archive's signature (optional) | |
curl -fsSL -o podman-linux-arm64.tar.gz.asc https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-arm64.tar.gz.asc | |
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 0CCF102C4F95D89E583FF1D4F8B5AF50344BB503 | |
gpg --batch --verify podman-linux-arm64.tar.gz.asc podman-linux-arm64.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was auto-generated by Mods Optimizer | |
# | |
# This file contains a list of known client and server side mods. | |
# Most of the mods in this list using the wrong signals or are not | |
# compatible with the dedicated server. | |
# | |
# If your mod is included in this list, please refer to the following documentation for guidance: | |
# This documentation will assist you in supporting automatic detection of the correct side: | |
# https://github.com/MarkusBordihn/BOs-Mods-Optimizer/wiki/Define-the-correct-environment-for-a-Mod | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build project | |
on: | |
workflow_dispatch: | |
permissions: | |
contents: write | |
jobs: | |
build: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EditorConfig is awesome: https://EditorConfig.org | |
# Version: 1.0.0 (Using https://semver.org) | |
# Updated: 2024-03-01 | |
# See https://editorconfig.org for more information about .editorconfig files. | |
# See for references used in this file: | |
# - https://github.com/RehanSaeed/EditorConfig | |
# - https://github.com/dotnet/runtime | |
# - https://learn.microsoft.com/pt-br/dotnet/fundamentals/code-analysis/overview | |
# - https://learn.microsoft.com/pt-br/dotnet/standard/design-guidelines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCRIPT_START | |
{ | |
/* | |
Mod: Display Cleaner | |
Versão: 2.0 | |
Autor: André Craft | |
*/ | |
NOP | |
//Comando DISPLAY_TIMER_BARS não funciona, mas está presente (Para caso funcionar no futuro). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCRIPT_START | |
{ | |
NOP | |
//Comando DISPLAY_TIMER_BARS não funciona, mas está presente (Para caso funcionar no futuro). | |
////////// Variáveis ////////// | |
LVAR_INT sall scarn szonen sradar shud stimerbars //Vars Mostrar | |
LVAR_INT hall hcarn hzonen hradar hhud htimerbars //Vars Esconder | |
////////////////////////////// |