Compare commits
2 Commits
6a3d187a7b
...
f7c0db1d00
Author | SHA1 | Date | |
---|---|---|---|
f7c0db1d00 | |||
d17909b455 |
@ -11,6 +11,8 @@ show_help() {
|
||||
echo
|
||||
echo "Bootstrap a Ubuntu or Linux Mint instance with:"
|
||||
echo
|
||||
echo "* update apt cache"
|
||||
echo "* upgrade apt packages"
|
||||
echo "* git - from apt"
|
||||
echo "* python - from apt"
|
||||
echo "* python-pip - from apt"
|
||||
@ -28,7 +30,7 @@ show_help() {
|
||||
|
||||
yes=0
|
||||
|
||||
while getopts 'hdy' opt; do
|
||||
while getopts 'hy' opt; do
|
||||
case $opt in
|
||||
h) show_help; exit 0 ;;
|
||||
y) yes=1 ;;
|
||||
@ -133,7 +135,6 @@ fi
|
||||
|
||||
# TODO: Gogs SSH key
|
||||
|
||||
# Prompt user to setup other SSH key recipients
|
||||
if [ -f ~/.ssh/id_rsa.pub ]; then
|
||||
echo "----------------------------------------------------------------------"
|
||||
cat ~/.ssh/id_rsa.pub
|
||||
@ -141,7 +142,6 @@ if [ -f ~/.ssh/id_rsa.pub ]; then
|
||||
read -rp "Set other SSH key recipients, press ENTER to continue: "
|
||||
fi
|
||||
|
||||
# Install conduit
|
||||
missing conduit && agree "Install conduit" && \
|
||||
pip_install git+ssh://git@github.com/kbenzie/conduit.git
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user