Update fetchy.c
This commit is contained in:
parent
4a2053d9e2
commit
924cb38cad
1 changed files with 1 additions and 1 deletions
2
fetchy.c
2
fetchy.c
|
@ -173,7 +173,7 @@ static char *get_sys(char *sys, char *os_name){
|
|||
|
||||
snprintf(os_name, BUF_SIZE, "%s Linux", name);
|
||||
|
||||
if ( !strcmp( name, "Arch")) *sys = 'a';
|
||||
if ( !strcmp( name, "Arch") || !strcmp( name, "Artix") ) *sys = 'a';
|
||||
if ( !strcmp( name, "Ubuntu")) *sys = 'u';
|
||||
|
||||
free(name);
|
||||
|
|
Loading…
Add table
Reference in a new issue