From 2b0e8f4306b8580f54531da1b4e6e5c1e891e02b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 8 Jan 2025 23:55:09 -0800 Subject: iso.nix --- install.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..5e9dbf0 --- /dev/null +++ b/install.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +gum input --placeholder "Host Name" +clear; +gum input --placeholder "Host Name" +clear; +gum input --placeholder "Full Name" +clear; +gum input --placeholder "Website Remote (rsync)" +clear; +echo "" +gum input --placeholder "email" +gum input --placeholder "Username" +gum input --placeholder "Username" +gum input --placeholder "Username" -- cgit