mirror of
https://github.com/RasppleII/a2server.git
synced 2026-04-21 20:16:43 +00:00
7 lines
296 B
Plaintext
Executable File
7 lines
296 B
Plaintext
Executable File
#! /bin/bash
|
|
# vim: set tabstop=4 shiftwidth=4 expandtab filetype=sh:
|
|
|
|
export A2SERVER_SCRIPT_URL="${A2SERVER_SCRIPT_URL:-https://rawgit.com/RasppleII/a2server/current/}"
|
|
export A2SERVER_BINARY_URL="${A2SERVER_BINARY_URL:-http://ivanx.com/a2server/files/}"
|
|
source /usr/local/etc/a2server-aliases
|