diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-08 23:55:09 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-08 23:55:09 -0800 |
commit | 2b0e8f4306b8580f54531da1b4e6e5c1e891e02b (patch) | |
tree | 431ecb1ac3780f1b629bcc411a5fa3c13a539c9b /install.sh | |
parent | d8900b3f01bf98911516d39c2c96549485f54577 (diff) |
iso.nix
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 15 |
1 files changed, 15 insertions, 0 deletions
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" |