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