From a410a402a5dc5c68208ab8d6610fade60c8639c0 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 9 Jan 2025 14:49:49 -0800 Subject: use disko instead of rolling my own scripts and fixes --- install.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 install.sh (limited to 'install.sh') 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" -- cgit