| 
														
															@@ -109,7 +109,7 @@ echo "${aur_username} ALL= NOPASSWD: /usr/bin/pacman" > /etc/sudoers.d/${aur_use 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export chassistype=$(dmidecode --string chassis-type) 
														 | 
														
														 | 
														
															 export chassistype=$(dmidecode --string chassis-type) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 if [[ "$chassistype" = "Laptop" || "$chassistype" = "Portable" || "$chassistype" = "Notebook" || "$chassistype" = "Sub Notebook" ]]; then 
														 | 
														
														 | 
														
															 if [[ "$chassistype" = "Laptop" || "$chassistype" = "Portable" || "$chassistype" = "Notebook" || "$chassistype" = "Sub Notebook" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	pacman -Syu --noconfirm xf86-input-synaptics acpid hdparm sdparm acpilight connman wpa_supplicant openvpn ethtool iwd pptpclient tlp 
														 | 
														
														 | 
														
															 	pacman -Syu --noconfirm xf86-input-synaptics acpid hdparm sdparm acpilight connman wpa_supplicant openvpn ethtool iwd pptpclient tlp 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	sed "s/panel_items = LTSC/panel_items = LTSBC/g" /etc/.config/tint2/tint2rc > /etc/.config/tint2/tint2rc 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	sed "s/panel_items = LTSC/panel_items = LTSBC/g" /etc/skel/.config/tint2/tint2rc > /etc/skel/.config/tint2/tint2rc 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	systemctl enable connman 
														 | 
														
														 | 
														
															 	systemctl enable connman 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	systemctl enable acpid 
														 | 
														
														 | 
														
															 	systemctl enable acpid 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 fi 
														 | 
														
														 | 
														
															 fi 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -205,7 +205,7 @@ if [[ -n "$username" && -n "$password" ]]; then 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	# install gvm loading from ~/.bash_profile, and the latest go version 
														 | 
														
														 | 
														
															 	# install gvm loading from ~/.bash_profile, and the latest go version 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	su $username -c "if [ ! -d ~/.gvm ]; then GVM_NO_UPDATE_PROFILE=1 bash < <(curl -Ls https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer 2> /dev/null); fi" 
														 | 
														
														 | 
														
															 	su $username -c "if [ ! -d ~/.gvm ]; then GVM_NO_UPDATE_PROFILE=1 bash < <(curl -Ls https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer 2> /dev/null); fi" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	su $username -c 'grep "gvm" ~/.bash_profile &> /dev/null || echo -e "\n# load gvm\n! which gvm &> /dev/null && . ~/.gvm/scripts/gvm" >> ~/.bash_profile' 
														 | 
														
														 | 
														
															 	su $username -c 'grep "gvm" ~/.bash_profile &> /dev/null || echo -e "\n# load gvm\n! which gvm &> /dev/null && . ~/.gvm/scripts/gvm" >> ~/.bash_profile' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	su $username -c ". ~/.gvm/scripts/gvm && gvm install go1.12 -B && gvm use go1.12 --default" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	su $username -c ". ~/.gvm/scripts/gvm && gvm install go1.17.3 -B && gvm use go1.17.3 --default" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	# setup user-space transmission 
														 | 
														
														 | 
														
															 	# setup user-space transmission 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	if [ ! -f "/etc/systemd/system/transmission.service.d/local.conf" ]; then 
														 | 
														
														 | 
														
															 	if [ ! -f "/etc/systemd/system/transmission.service.d/local.conf" ]; then 
														 |