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

Configure Feed

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

add OS detection for unknown BSDs

Ducky 67e9f842 a5f58427

+2 -1
+1
atfile-install.sh
··· 23 23 "FreeBSD"*|"freebsd"*) echo "bsd-freebsd" ;; 24 24 "netbsd"*) echo "bsd-netbsd" ;; 25 25 "openbsd"*) echo "bsd-openbsd" ;; 26 + *"bsd"*) echo "bsd-unknown" ;; 26 27 # Misc. 27 28 "haiku") echo "haiku" ;; 28 29 "darwin"*) echo "macos" ;;
+1 -1
src/entry.sh
··· 205 205 206 206 ## OS detection 207 207 208 - atfile.say.debug "Checking OS ($_os) is supported..." 208 + atfile.say.debug "Checking OS is supported...\nโ†ณ Detected: $_os" 209 209 is_os_supported=0 210 210 211 211 if [[ $_os != "unknown-"* ]] &&\