1
0
Fork 0
mirror of synced 2024-06-01 06:41:11 -04:00
This commit is contained in:
Silvio Knizek 2023-04-14 17:04:45 +00:00 committed by GitHub
commit 8abe26c6b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
yadm
View file

@ -684,7 +684,7 @@ function set_local_alt_values() {
local_distro_family="$(query_distro_family)"
}
u
function alt_linking() {
local alt_scores=()
@ -1772,7 +1772,9 @@ function set_operating_system() {
OPERATING_SYSTEM=$(uname -o)
;;
*)
;;
if [[ "$(uname -o)" == "Android" ]]; then
OPERATING_SYSTEM=Android
fi
esac
}