mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-04 02:38:53 +01:00 
			
		
		
		
	feat:added auto NTP and timezone handling
This commit is contained in:
		
							
								
								
									
										6
									
								
								config/networkmanager/09-timezone
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								config/networkmanager/09-timezone
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
case "$2" in
 | 
			
		||||
    up)
 | 
			
		||||
        timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
 | 
			
		||||
    ;;
 | 
			
		||||
esac
 | 
			
		||||
		Reference in New Issue
	
	Block a user