mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Fixes bug of missing packages when installing grocy php8.1-sqlite3, php8.1-gd, php8.1-intl and php8.1-mbstring Co-authored-by: Calvin <VR29@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									a6b1722a27
								
							
						
					
					
						commit
						74bc5cd3ca
					
				| 
						 | 
				
			
			@ -96,10 +96,10 @@ sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://pa
 | 
			
		|||
apt-get update &>/dev/null
 | 
			
		||||
apt-get install -y php8.1 &>/dev/null
 | 
			
		||||
apt-get install -y libapache2-mod-php8.1 &>/dev/null
 | 
			
		||||
apt-get install -y php-sqlite3 &>/dev/null
 | 
			
		||||
apt-get install -y php-gd &>/dev/null
 | 
			
		||||
apt-get install -y php-intl &>/dev/null
 | 
			
		||||
apt-get install -y php-mbstring &>/dev/null
 | 
			
		||||
apt-get install -y php8.1-sqlite3 &>/dev/null
 | 
			
		||||
apt-get install -y php8.1-gd &>/dev/null
 | 
			
		||||
apt-get install -y php8.1-intl &>/dev/null
 | 
			
		||||
apt-get install -y php8.1-mbstring &>/dev/null
 | 
			
		||||
msg_ok "Installed PHP 8.1"
 | 
			
		||||
 | 
			
		||||
msg_info "Installing grocy"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue