aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-24 13:52:43 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-24 13:52:43 +0900
commit57fbdc104615a9de7f89275a23e2b3b1089b6037 (patch)
tree978efe9f4843a2cc31afdf9c0c2762d9dc64194a /copy.sh
parentda6cb8d5c28f19716bba694b3e258a266e0a67f8 (diff)
another adjustment for copy.sh to work even with fishy shell
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/copy.sh b/copy.sh
index 8a23336f..1a9ec38d 100755
--- a/copy.sh
+++ b/copy.sh
@@ -915,7 +915,8 @@ printf "\n%.0s" {1..1}
sddm_sequioa="/usr/share/sddm/themes/sequoia_2"
if [ -d "$sddm_sequioa" ]; then
while true; do
- read -rp "${CAT} SDDM sequoia_2 theme detected! Apply current wallpaper as SDDM background? (y/n): " SDDM_WALL
+ echo "${CAT} SDDM sequoia_2 theme detected! Apply current wallpaper as SDDM background? (y/n): "
+ read SDDM_WALL
# Remove any leading/trailing whitespace or newlines from input
SDDM_WALL=$(echo "$SDDM_WALL" | tr -d '\n' | tr -d ' ')
@@ -943,7 +944,9 @@ printf "\n%.0s" {1..1}
echo "${MAGENTA}By default only a few wallpapers are copied${RESET}..."
while true; do
- read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is 1GB in size (y/n): " WALL
+ echo "${CAT} Would you like to download additional wallpapers? ${WARN} This is 1GB in size (y/n): "
+ read WALL
+
case $WALL in
[Yy])
echo "${NOTE} Downloading additional wallpapers..."
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage