From 9e299d36f45c2c802d02a42daf81aa7359367590 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 8 Oct 2017 13:50:35 -0700 Subject: [PATCH] temporary disable of final screen --- .larbs_user.sh.swp | Bin 12288 -> 0 bytes larbs.sh | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .larbs_user.sh.swp diff --git a/.larbs_user.sh.swp b/.larbs_user.sh.swp deleted file mode 100644 index 1088b78df8449de227a5d8f0fbc5a866bee41998..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI2ON<;x8OO^Iz=IPK0SO#9eAyi(yOz6qHE} z+n(-v^!NS0N4Mqau6^~=^RykVF?=3j>_^|a{o2nTc|Nj5*VaEOmeg%F2 zz7M_$4#7*{MerPW7MuaMKf~DXz%M}yoCf2E7<(OD1e>4(9t9sh$k^Y(d*E&GL-0Lt z9&CZXoMG$(@MrKo_yhPoxD9>=UISObHh2s?3V!ox#(oVx4&H4s_FeEDa0Ofj&wvno z0el`X@UPR1{T6%?JP1yMzkUk$2JeG+z%Rg0!B4=C!MDL%AO#X!1y?`>9s`enGvFVe zWbAL?1MnyCNANDV3|%|;@M1}YO# z`-R=-_p2!x1-dsMuT8w5#(AoE;%uyypq@-cZB7D9SW6flvsSCMv*Z5qQpW=k4{6M; z&^vq&toZa8}w9e4Qp+#R@=K<)RXT$jww`}1Xg5) z`(|e0%!Y~76cmdwj4r6S%y3&1eTBawuHG5;V;h~guug_!tKjThmyyhZRE|VY&ndJR zNim)~x?cNya;WO4)sdQgZ;rD_HKz#Ga>3&v$|4AIRiz{18(g70E_fygtiws86lsuJ(LNjK{L=iU0c*vVG z+~r*-=<~uL&kd7xhHdm{$d$!1lS8%kLzQ`#TswZqbAj`8ukylw$ zIf8+#w3f;|PH}{LlODV@)nKV7Ba4JIaO`MFq0(uW*E-alC@7|5p3B<>(Os+T^Us&B%4pv?nNJAN)!s($PgK&|RnFtS7>lv4hba&PiTJ<&0 zYD3~=F@0xV?5Q$M5CF7DSfLiDgmgg(L+(eg#Pft)<0Dj%h^^975)*0cv-N%V257=A z+DF63_HvE*R^2pu5-+>>(`v0C(oL#Ro9n(SzN*JpCwFAU>dfF;_Jssnb|L^XI5Bjm}(Y0$72#QLhBedwKx!d*YtW_EQ!citWIV#)WdP|@hYZsl=jrAg7 z&T3j5Mtpgy1y80&vqDzixP2p|^K^E}?YeZ9u3z7Ac{A_iPC%K{Qv10jb|XU@m{sh{ z8Qmm49@3L<6wupJd;QjvtMf8jS*17F^1SGDnY-E~!BJeQN7BM1-LISEIf5xJS!Y)W z20NGj%V^BBBv2j59;A?Q{lhgO*G&$PLK-s9h9$JoThc3DBje^Oj2L%?cBJx*^O7L-)n?PCW3j;AoGXTWtAKU3#dLsu4JEd0#9#RFnudFB7S71N28- zy<=2q^U~3f$ayzK7ev-nL%Xq+qxyAcVHTpWs5*C(MD@0FXPGyh!%_F1aWvV(kyAcr&ku9Kg>%Vf6vcvVd9 Hb&mZ9VK=c6 diff --git a/larbs.sh b/larbs.sh index 41582b1..48974c8 100755 --- a/larbs.sh +++ b/larbs.sh @@ -6,7 +6,7 @@ red() { printf "\033[0;31m $* \033[0m\n" && (chmod 777 LARBS.log && echo ERROR: dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script!\n\nThis script will automatically install a fully-featured i3wm Arch Linux desktop, which I use as my main machine.\n\n-Luke" 10 60 -dialog --no-cancel --inputbox "First, please enter a name for the user account." 10 60 2> .name +dialog --no-cancel --inputbox "First, please enter a name for the user account." 10 60 2> /.name dialog --no-cancel --passwordbox "Enter a password for that user." 10 60 2> .pass1 dialog --no-cancel --passwordbox "Reype password." 10 60 2> .pass2 @@ -119,5 +119,5 @@ systemctl start NetworkManager curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/sudoers > /etc/sudoers -dialog --title "All done!" --msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\n\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment.\n\n-Luke" 12 80 -clear +#dialog --title "All done!" --msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\n\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment.\n\n-Luke" 12 80 +#clear