mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
again
This commit is contained in:
+2
-2
@@ -82,7 +82,7 @@ elif [[ $REPLY =~ ^[Ii]$ ]]; then
|
||||
replaced_files=()
|
||||
for file in "${modified_files[@]}"; do
|
||||
echo "Do you want to keep $file untouched?"
|
||||
echo "[y] Yes, keep it."
|
||||
echo "[Y] Yes, keep it."
|
||||
echo "[n] No, replace it."
|
||||
read -p "Answer: " -n 1 -r
|
||||
echo
|
||||
@@ -108,7 +108,7 @@ elif [[ $REPLY =~ ^[Ii]$ ]]; then
|
||||
echo "_____________________________________________________"
|
||||
echo "Do you want to continue?"
|
||||
echo "[y] Yes, continue."
|
||||
echo "[n] No, exit."
|
||||
echo "[N] No, exit."
|
||||
read -p "Answer: " -r
|
||||
echo
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
||||
|
||||
Reference in New Issue
Block a user