A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

install.sh: Avoid errors on some distributions

by roundabout, Tuesday, 27 December 2016, 10:55:21 (1482836121), pushed by roundabout, Sunday, 11 May 2025, 13:22:04 (1746969724)

Author identity: nana-4 <hnmaigo@gmail.com>

77a33553f790727e095224aeeffd106bf35ee276

install.sh

@@ -1,4 +1,4 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        #!/bin/sh
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        #!/bin/bash
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            gnomever=$(echo $(gnome-shell --version) | cut -d ' ' -f 3 | cut -d . -f -2)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            repodir=$(cd $(dirname $0) && pwd)