๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

various

Ducky 803045ee a3ee7cab

+3 -2
+2 -1
src/commands/old_cmds.sh
··· 732 732 else 733 733 echo "---" 734 734 if [[ $_os == "haiku" ]]; then 735 - echo "Uploaded: $file_name" # BUG: Haiku Terminal has issues with emojis 735 + # BUG: Haiku Terminal has issues with emojis 736 + echo "Uploaded: $file_name" 736 737 else 737 738 echo "Uploaded: $file_type_emoji $file_name" 738 739 fi
+1 -1
src/commands/update.sh
··· 81 81 [[ $_is_git == 1 && $_enable_update_git_clobber == 0 ]] &&\ 82 82 atfile.die "Cannot update in Git repository" 83 83 [[ $_disable_updater == 1 ]] &&\ 84 - atfile.die "Cannot update system-managed version: update from your package manager" # NOTE: This relies on packaged versions having a wrapper that sets this var 84 + atfile.die "Cannot update system-managed version: update from your package manager" 85 85 86 86 # shellcheck disable=SC2154 87 87 temp_updated_path="$_prog_dir/${_prog}-${latest_version}.tmp"