mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	[core] remove unneeded vars from shellcheck (#3899)
* remove unneeded wars * Update alpine-wireguard-install.sh --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
		@@ -55,7 +55,7 @@ msg_ok "Set up MariaDB"
 | 
			
		||||
msg_info "Installing Pelican Panel"
 | 
			
		||||
RELEASE=$(curl -fsSL https://api.github.com/repos/pelican-dev/panel/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
 | 
			
		||||
mkdir /opt/pelican-panel
 | 
			
		||||
cd /opt/pelican-panel  || exit
 | 
			
		||||
cd /opt/pelican-panel
 | 
			
		||||
curl -fsSL "https://github.com/pelican-dev/panel/releases/download/v${RELEASE}/panel.tar.gz" -o $(basename "https://github.com/pelican-dev/panel/releases/download/v${RELEASE}/panel.tar.gz")
 | 
			
		||||
tar -xzf "panel.tar.gz"
 | 
			
		||||
$STD composer install --no-dev --optimize-autoloader --no-interaction
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user