mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 11:16:22 +03:00
Cosmetic changes
This commit is contained in:
parent
9617e35d17
commit
8ceec402a8
2
vli.sh
2
vli.sh
@ -553,12 +553,10 @@ function void_packages {
|
||||
if [[ -z "\$void_packages_path" ]] ; then
|
||||
echo -e -n "\nPlease input a valid path.\n\n"
|
||||
read -n 1 -r -p "[Press any key to continue...]" key
|
||||
clear
|
||||
|
||||
elif [[ \$(stat --dereference --format="%U" \$void_packages_path) != "\$void_packages_username" ]] ; then
|
||||
echo -e -n "\nUser \${RED_LIGHT}\$void_packages_username\${NORMAL} doesn't have write permission in this directory.\nPlease select another path.\n\n"
|
||||
read -n 1 -r -p "[Press any key to continue...]" key
|
||||
clear
|
||||
|
||||
else
|
||||
while true; do
|
||||
|
Loading…
Reference in New Issue
Block a user