mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	execute usermod with sudo
This commit is contained in:
		@@ -72,8 +72,8 @@ sudo pacman --needed -S dia
 | 
			
		||||
echo "->Synchronizing IDE's..."
 | 
			
		||||
sudo pacman --needed -S eclipse-java atom arduino arduino-docs
 | 
			
		||||
echo "-->Add user to arduino relevant groups..."
 | 
			
		||||
usermod -a -G uucp "$USER" || echo "Couldn't add <<$USER>> to group <<uucp>>. Try to add manually later!"
 | 
			
		||||
usermod -a -G lock "$USER" || echo "Couldn't add <<$USER>> to group <<lock>>. Try to add manually later!"
 | 
			
		||||
sudo usermod -a -G uucp "$USER" || echo "Couldn't add <<$USER>> to group <<uucp>>. Try to add manually later!"
 | 
			
		||||
sudo usermod -a -G lock "$USER" || echo "Couldn't add <<$USER>> to group <<lock>>. Try to add manually later!"
 | 
			
		||||
echo "-->Installing atom packages..."
 | 
			
		||||
apm install -c \
 | 
			
		||||
	atom-ide-ui\
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user