fixed sddm theme cloning
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user