mirror of
				https://github.com/brain-hackers/brain-config.git
				synced 2025-11-04 06:28:39 +09:00 
			
		
		
		
	Function added to get wifi country.
This commit is contained in:
		@@ -272,6 +272,10 @@ do_change_timezone() {
 | 
			
		||||
  dpkg-reconfigure tzdata
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
get_wifi_country() {
 | 
			
		||||
   grep country= /etc/wpa_supplicant/wpa_supplicant.conf | cut -d "=" -f 2
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
do_configure_wifi_country() {
 | 
			
		||||
  oIFS="$IFS"
 | 
			
		||||
  if [ "$INTERACTIVE" = True ]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user