forked from Shinonome/dots-hyprland
again
This commit is contained in:
+2
-2
@@ -82,7 +82,7 @@ elif [[ $REPLY =~ ^[Ii]$ ]]; then
|
|||||||
replaced_files=()
|
replaced_files=()
|
||||||
for file in "${modified_files[@]}"; do
|
for file in "${modified_files[@]}"; do
|
||||||
echo "Do you want to keep $file untouched?"
|
echo "Do you want to keep $file untouched?"
|
||||||
echo "[y] Yes, keep it."
|
echo "[Y] Yes, keep it."
|
||||||
echo "[n] No, replace it."
|
echo "[n] No, replace it."
|
||||||
read -p "Answer: " -n 1 -r
|
read -p "Answer: " -n 1 -r
|
||||||
echo
|
echo
|
||||||
@@ -108,7 +108,7 @@ elif [[ $REPLY =~ ^[Ii]$ ]]; then
|
|||||||
echo "_____________________________________________________"
|
echo "_____________________________________________________"
|
||||||
echo "Do you want to continue?"
|
echo "Do you want to continue?"
|
||||||
echo "[y] Yes, continue."
|
echo "[y] Yes, continue."
|
||||||
echo "[n] No, exit."
|
echo "[N] No, exit."
|
||||||
read -p "Answer: " -r
|
read -p "Answer: " -r
|
||||||
echo
|
echo
|
||||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user