mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			26dfaf8360
			...
			65d6faf2cf
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					65d6faf2cf | 
@@ -12,12 +12,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## 2025-11-01
 | 
					## 2025-11-01
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 🚀 Updated Scripts
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  - #### 🐞 Bug Fixes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    - jellyfin: fix: initial update [@CrazyWolf13](https://github.com/CrazyWolf13) ([#8784](https://github.com/community-scripts/ProxmoxVE/pull/8784))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## 2025-10-31
 | 
					## 2025-10-31
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 🚀 Updated Scripts
 | 
					### 🚀 Updated Scripts
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,7 @@ function update_script() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  if ! grep -qEi 'ubuntu' /etc/os-release; then
 | 
					  if ! grep -qEi 'ubuntu' /etc/os-release; then
 | 
				
			||||||
    msg_info "Updating Intel Dependencies"
 | 
					    msg_info "Updating Intel Dependencies"
 | 
				
			||||||
    rm -f ~/.intel-* || true
 | 
					    rm .intel-*
 | 
				
			||||||
    fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb"
 | 
					    fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb"
 | 
				
			||||||
    fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb"
 | 
					    fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb"
 | 
				
			||||||
    fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"
 | 
					    fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user