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

Configure Feed

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

add pretty name for macOS 26

Ducky 86aa1fce 7f2e905d

+4 -3
+4 -3
src/lexi/blue_zio_atfile.sh
··· 239 239 os_version="$(sw_vers -productVersion | cut -d '.' -f 1,2)" 240 240 241 241 case $os_version in 242 - "13."*) os_version="$os_version Ventura" ;; 243 - "14."*) os_version="$os_version Sonoma" ;; 244 - "15."*) os_version="$os_version Sequoia" ;; 242 + "13."*) os_version="Ventura" ;; 243 + "14."*) os_version="Sonoma" ;; 244 + "15."*) os_version="Sequoia" ;; 245 + "26."*) os_version="Tahoe" ;; 245 246 esac 246 247 247 248 machine_host="$(hostname)"