This commit is contained in:
2024-03-08 00:58:08 +05:30
parent ce6c2ac66e
commit ee13a5452c

View File

@@ -15,6 +15,7 @@ result=$(systemd-detect-virt)
while [ -e "/var/lib/pacman/db.lck" ];
do
echo 'Pacman is not ready yet. Trying in 10 Seconds.'
# shellcheck disable=SC2004
seconds=$(($seconds + 5))
sleep 5
if [[ "$seconds" == "30" ]]; then
@@ -24,6 +25,7 @@ do
done
echo
# shellcheck disable=SC2086
echo "You Are On : "$result
echo