mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-11-04 04:49:29 +00:00 
			
		
		
		
	Update npm_setup.sh
This commit is contained in:
		
							parent
							
								
									44ae530f98
								
							
						
					
					
						commit
						42d7eb2b7f
					
				
							
								
								
									
										18
									
								
								npm_setup.sh
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								npm_setup.sh
									
									
									
									
									
								
							@ -23,13 +23,17 @@ function msg() {
 | 
			
		||||
  echo -e "$TEXT"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
LASTCMD=""
 | 
			
		||||
WGETOPT="-t 1 -T 15 -q"
 | 
			
		||||
# Prepare container OS
 | 
			
		||||
msg "Setting up container OS..."
 | 
			
		||||
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
 | 
			
		||||
locale-gen >/dev/null
 | 
			
		||||
apt-get -y purge openssh-{client,server} >/dev/null
 | 
			
		||||
apt-get autoremove >/dev/null
 | 
			
		||||
 | 
			
		||||
  # Cleanup
 | 
			
		||||
  apt-get remove --purge -y build-essential python3-dev git -qq &>/dev/null
 | 
			
		||||
  apt-get autoremove -y -qq &>/dev/null
 | 
			
		||||
  apt-get clean
 | 
			
		||||
# Update container OS
 | 
			
		||||
msg "Updating container OS..."
 | 
			
		||||
apt update &>/dev/null
 | 
			
		||||
apt-get -qqy upgrade &>/dev/null
 | 
			
		||||
 | 
			
		||||
  # Install dependencies
 | 
			
		||||
  echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
 | 
			
		||||
@ -204,4 +208,4 @@ systemctl start openresty
 | 
			
		||||
systemctl start npm
 | 
			
		||||
 | 
			
		||||
echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
 | 
			
		||||
rm -rf /npm_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
 | 
			
		||||
rm -rf /npm_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user