mirror of
https://github.com/Snigdha-OS/snigdhaos-system-installation.git
synced 2025-09-21 05:44:57 +02:00
$COMMIT
This commit is contained in:
@@ -15,6 +15,7 @@ result=$(systemd-detect-virt)
|
|||||||
while [ -e "/var/lib/pacman/db.lck" ];
|
while [ -e "/var/lib/pacman/db.lck" ];
|
||||||
do
|
do
|
||||||
echo 'Pacman is not ready yet. Trying in 10 Seconds.'
|
echo 'Pacman is not ready yet. Trying in 10 Seconds.'
|
||||||
|
# shellcheck disable=SC2004
|
||||||
seconds=$(($seconds + 5))
|
seconds=$(($seconds + 5))
|
||||||
sleep 5
|
sleep 5
|
||||||
if [[ "$seconds" == "30" ]]; then
|
if [[ "$seconds" == "30" ]]; then
|
||||||
@@ -24,6 +25,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
# shellcheck disable=SC2086
|
||||||
echo "You Are On : "$result
|
echo "You Are On : "$result
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user