mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Removed redundant code
This commit is contained in:
		@@ -166,8 +166,6 @@ if [ "$transfer_image" = "y" ]
 | 
			
		||||
    info "Starting image transfer..."
 | 
			
		||||
    if [ "$os" = "arch" ]
 | 
			
		||||
      then
 | 
			
		||||
        info "Deleting partition tables..." &&
 | 
			
		||||
        wipefs -a "$device_path" &&
 | 
			
		||||
        info "Creating partitions..." &&
 | 
			
		||||
        (	echo "o"       #Type o. This will clear out any partitions on the drive.
 | 
			
		||||
        	echo "p"       #Type p to list partitions. There should be no partitions left
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user