Update before install
This commit is contained in:
		
							parent
							
								
									f5b3115bc9
								
							
						
					
					
						commit
						f35915bfb6
					
				@ -72,7 +72,7 @@ install() {
 | 
			
		||||
install_neovim() {
 | 
			
		||||
    test_command apt
 | 
			
		||||
    if [ $? -eq 0 ]; then
 | 
			
		||||
        sudo apt install -y software-properties-common
 | 
			
		||||
        sudo apt update && sudo apt install -y software-properties-common
 | 
			
		||||
        sudo add-apt-repository -y ppa:neovim-ppa/stable
 | 
			
		||||
        sudo apt update -y
 | 
			
		||||
        sudo apt install -y neovim
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user