Fix curl install error
This commit is contained in:
parent
5b238738e1
commit
35c691d3d4
@ -143,12 +143,13 @@ if [ ! -d ${lightline_fdr} ] ; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline
|
#echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline
|
||||||
if [ "${custom_lightline}" == "n" ] ; then
|
#if [ "${custom_lightline}" == "n" ] ; then
|
||||||
lightline=0
|
# lightline=0
|
||||||
else
|
#else
|
||||||
lightline=1
|
# lightline=1
|
||||||
fi
|
#fi
|
||||||
|
lightline=1
|
||||||
list_users=$(ls -1 /home)
|
list_users=$(ls -1 /home)
|
||||||
list_users="root ${list_users}"
|
list_users="root ${list_users}"
|
||||||
for current_user in ${list_users} ; do
|
for current_user in ${list_users} ; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user