rust: remove rustup
This commit is contained in:
		
							parent
							
								
									6bb17bd0e6
								
							
						
					
					
						commit
						ca041b9a48
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -16,8 +16,10 @@ in {
 | 
			
		|||
        if not test -f "$HOME/.ssh/id_rsa"
 | 
			
		||||
          echo "SSH keys not yet setup"
 | 
			
		||||
        end
 | 
			
		||||
        if not command -qs rustc; or not rustc --version &> /dev/null
 | 
			
		||||
          rustup default stable &>/dev/null &
 | 
			
		||||
        if command -qs rustup &> /dev/null
 | 
			
		||||
            if not command -qs rustc; or not rustc --version &> /dev/null
 | 
			
		||||
              rustup default stable &>/dev/null &
 | 
			
		||||
            end
 | 
			
		||||
        end
 | 
			
		||||
        set_color normal
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -102,7 +102,7 @@
 | 
			
		|||
 | 
			
		||||
    ## Programming
 | 
			
		||||
    vscode
 | 
			
		||||
    rustup
 | 
			
		||||
    # rustup
 | 
			
		||||
 | 
			
		||||
    docker-compose
 | 
			
		||||
    gnumake
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue