mirror of
https://github.com/RasppleII/a2server.git
synced 2026-03-12 15:41:59 +00:00
7 lines
313 B
Bash
Executable File
7 lines
313 B
Bash
Executable File
#! /bin/bash
|
|
# vim: set tabstop=4 shiftwidth=4 noexpandtab 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
|