mirror of
https://github.com/RasppleII/a2server.git
synced 2025-04-21 23:37:06 +00:00
7 lines
311 B
Bash
Executable File
7 lines
311 B
Bash
Executable File
#! /bin/bash
|
|
# vim: set tabstop=4 shiftwidth=4 expandtab filetype=sh:
|
|
|
|
export A2SERVER_SCRIPT_URL="${A2SERVER_SCRIPT_URL:-https://raw.githubusercontent.com/RasppleII/a2server/current/}"
|
|
export A2SERVER_BINARY_URL="${A2SERVER_BINARY_URL:-http://ivanx.com/a2server/files/}"
|
|
source /usr/local/etc/a2server-aliases
|