diff options
author | Luke <luke@lukesmith.xyz> | 2018-02-11 18:06:31 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-02-11 18:06:31 -0700 |
commit | 4892aeb3efad552bb98f70d3e1f5ecc3fd2933e6 (patch) | |
tree | d5f8c328c9c1f82ba71fa804b920f29a170dcb85 /manual.sh | |
parent | 5c4b388d537f41851f4d06b545dcb4362427aaaa (diff) |
manual install added
Diffstat (limited to 'manual.sh')
-rw-r--r-- | manual.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/manual.sh b/manual.sh deleted file mode 100644 index 0f7315a..0000000 --- a/manual.sh +++ /dev/null @@ -1,17 +0,0 @@ -# The stuff for manually putting in server settings. -# Will be added to main script as option eventually. -remotehost=$(\ - dialog --inputbox "Insert the IMAP server for your email provider (excluding the port number)" 10 60 \ - 3>&1 1>&2 2>&3 3>&- \ - ) - -dialog --inputbox "What is your server's IMAP port number? (Usually 993)" 10 60 - -smtpserver=$(\ - dialog --inputbox "Insert the SMTP server for your email provider (excluding the port number)" 10 60 \ - 3>&1 1>&2 2>&3 3>&- \ - ) -smtpport=$(\ -dialog --inputbox "What is your server's SMTP port number? (Usually 587 or 465)" 10 60 - 3>&1 1>&2 2>&3 3>&- \ - ) |