input file directly, not cat output
This commit is contained in:
		
							
								
								
									
										2
									
								
								larbs.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								larbs.sh
									
									
									
									
									
								
							@@ -101,7 +101,7 @@ installationloop() { \
 | 
				
			|||||||
	"A") aurinstall "$program" "$comment" ;;
 | 
						"A") aurinstall "$program" "$comment" ;;
 | 
				
			||||||
	"G") gitmakeinstall "$program" "$comment" ;;
 | 
						"G") gitmakeinstall "$program" "$comment" ;;
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
	done <<< $(cat /tmp/progs.csv) ;}
 | 
						done < /tmp/progs.csv ;}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
serviceinit() { for service in $@; do
 | 
					serviceinit() { for service in $@; do
 | 
				
			||||||
	dialog --infobox "Enabling \"$service\"..." 4 40
 | 
						dialog --infobox "Enabling \"$service\"..." 4 40
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user