diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-09 14:49:49 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-09 14:49:49 -0800 |
commit | a410a402a5dc5c68208ab8d6610fade60c8639c0 (patch) | |
tree | ad1a15f899ba2ca397c0919f74e2c3634502d6c9 /install.sh | |
parent | 87ce8be7319fa8612a7edcb9261272688ab099bb (diff) |
use disko instead of rolling my own scripts and fixes
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/install.sh b/install.sh deleted file mode 100644 index 5e9dbf0..0000000 --- a/install.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/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" |