Skip to content

Commit 00a914c

Browse files
committed
Install mp by default.
1 parent 84d9571 commit 00a914c

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

install.sh

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -237,20 +237,7 @@ install_mp() {
237237
# Only install mp if not detected
238238
# TODO: Check for updates for mp
239239
if [ ! -x "$(command -v mp)" ]; then
240-
echo "Now that you have Torchbear installed, would you like to install Machu Picchu package manager? You can use it to install more apps, safely and easily."
241-
echo "To read more about it, check http://github.com/foundpatterns/machu-picchu. If you choose to install now, then running mp --help will show you what to do next with it"
242-
243-
read -t 10 -e -p "Do you want to install machu-picchu (Y/n)? " -i "Y" choice </dev/tty || choice="N"
244-
245-
case "$choice" in
246-
y|Y )
247-
install_machu_picchu
248-
;;
249-
n|N )
250-
# Ignore
251-
;;
252-
* ) echo "Invalid option";;
253-
esac
240+
install_machu_picchu
254241
fi
255242
else
256243
error Torchbear is not installed.

0 commit comments

Comments
 (0)