From 35c691d3d4e26b70f8aa0366b00db0d553a0d0fd Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 2 Aug 2025 11:09:15 +0200 Subject: [PATCH] Fix curl install error --- packages/vim-conf-onedark.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/vim-conf-onedark.sh b/packages/vim-conf-onedark.sh index 55d5c59..d34911e 100755 --- a/packages/vim-conf-onedark.sh +++ b/packages/vim-conf-onedark.sh @@ -143,12 +143,13 @@ if [ ! -d ${lightline_fdr} ] ; then exit fi echo "" -echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline -if [ "${custom_lightline}" == "n" ] ; then - lightline=0 -else - lightline=1 -fi +#echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline +#if [ "${custom_lightline}" == "n" ] ; then +# lightline=0 +#else +# lightline=1 +#fi +lightline=1 list_users=$(ls -1 /home) list_users="root ${list_users}" for current_user in ${list_users} ; do