mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-31 19:12:02 +00:00 
			
		
		
		
	Fix YtDL_Options (Filename to long) (#3183)
This commit is contained in:
		
							parent
							
								
									c2fe080307
								
							
						
					
					
						commit
						3a455a9e9e
					
				| @ -19,6 +19,11 @@ msg_info "Installing Dependencies" | ||||
| $STD apt-get install -y --no-install-recommends \ | ||||
|   build-essential \ | ||||
|   curl \ | ||||
|   aria2 \ | ||||
|   coreutils \ | ||||
|   gcc \ | ||||
|   g++ \ | ||||
|   musl-dev \ | ||||
|   sudo \ | ||||
|   ffmpeg \ | ||||
|   git \ | ||||
| @ -60,6 +65,7 @@ cat <<EOF >/opt/metube/.env | ||||
| DOWNLOAD_DIR=/opt/metube_downloads | ||||
| STATE_DIR=/opt/metube_downloads/.metube | ||||
| TEMP_DIR=/opt/metube_downloads | ||||
| YTDL_OPTIONS={"trim_file_name":10} | ||||
| EOF | ||||
| msg_ok "Installed MeTube" | ||||
| 
 | ||||
| @ -89,4 +95,4 @@ customize | ||||
| msg_info "Cleaning up" | ||||
| $STD apt-get -y autoremove | ||||
| $STD apt-get -y autoclean | ||||
| msg_ok "Cleaned" | ||||
| msg_ok "Cleaned" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user