mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Refactored
This commit is contained in:
		@@ -325,9 +325,7 @@ if [ "$update_system" == "y" ]
 | 
			
		||||
    info "Updating system..."
 | 
			
		||||
    case "$os" in
 | 
			
		||||
      "arch"|"manjaro")
 | 
			
		||||
        (
 | 
			
		||||
        echo "pacman --noconfirm -Syyu"
 | 
			
		||||
        ) | chroot "$root_mount_path" /bin/bash || error
 | 
			
		||||
        echo "pacman --noconfirm -Syyu" | chroot "$root_mount_path" /bin/bash || error
 | 
			
		||||
        ;;
 | 
			
		||||
      "moode"|"retropie")
 | 
			
		||||
        (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user