9 lines
180 B
Bash
9 lines
180 B
Bash
|
#!/bin/sh
|
||
|
# Copyright (C) 2024 Umorpha Systems
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
bin/vultr-install \
|
||
|
--name=eggman.mothstuff.lol \
|
||
|
--plan=vc2-1c-1gb \
|
||
|
--region=lax
|