fixed sddm theme cloning

This commit is contained in:
JaKooLit
2025-02-03 19:41:44 +09:00
parent d6a25e04e7
commit 8a7f40c75a

View File

@@ -76,7 +76,7 @@ while [ "$valid_input" != true ]; do
echo -e "\e[1A\e[K${OK} - Removed existing 'sequoia_2' directory from the current location." 2>&1 | tee -a "$LOG" echo -e "\e[1A\e[K${OK} - Removed existing 'sequoia_2' directory from the current location." 2>&1 | tee -a "$LOG"
fi fi
if git clone --depth 1 git clone https://codeberg.org/JaKooLit/sddm-sequoia sequoia_2; then if git clone --depth 1 https://codeberg.org/JaKooLit/sddm-sequoia sequoia_2; then
while [ ! -d "sequoia_2" ]; do while [ ! -d "sequoia_2" ]; do
sleep 1 sleep 1
done done