From dc8ca8781d1f57703597cbdb28eb813d383fa9b2 Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 24 May 2021 22:51:49 -0400 Subject: [PATCH] removed emacs as doom is too far ahead to support --- init.sh | 12 ++++++------ udeps.sh | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/init.sh b/init.sh index 876ed2c..d45e6fe 100755 --- a/init.sh +++ b/init.sh @@ -55,12 +55,12 @@ then fi fi -#install Emacs Doom -echo "Install Emacs Doom now? y/n"; read -r answer -if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then - ./emacs_doom.sh -fi - +# #install Emacs Doom +# echo "Install Emacs Doom now? y/n"; read -r answer +# if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then +# ./emacs_doom.sh +# fi +###Doom's requirements are outside the scope of Ubuntu 20.04LTS echo "*******************************" echo "* Restart your terminal *" echo "*******************************" diff --git a/udeps.sh b/udeps.sh index b9847a3..ff8f5be 100755 --- a/udeps.sh +++ b/udeps.sh @@ -22,8 +22,8 @@ read -n1 -p $'Does this system need ssh access?\n' REPLY fi read -n1 -p $'\nDoes this system have a GUI?\n' REPLY if [[ $REPLY == [Yy] ]]; then - sudo apt-get install emacs synaptic - else - sudo apt-get install emacs-nox - fi + sudo apt-get install synaptic + # else + # sudo apt-get install emacs-nox + # fi