File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog  
22
33## [ Unreleased]  
4- -  
4+ - 
5+ 
6+ ## 1.0.3 - 2021.09.02  
7+ -  Fix typo with clang-10 install 
58
69## 1.0.2 - 2021.08.29  
710### Changed  
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Vagrant.configure(2) do |config|
1818        sudo apt-get -y upgrade 
1919        sudo apt-get install -y virtualbox-guest-utils 
2020        sudo apt-get install -y emacs 
21-         sudo apt-get install -y clang-10.0  
21+         sudo apt-get install -y clang-10 
2222        sudo apt-get install -y clang-format-10 
2323        sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100 
24-         sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-10.0  100 
24+         sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-10 100 
2525        sudo apt-get install -y gdb 
2626        sudo apt-get install -y lldb-3.8 
2727        sudo apt-get install -y valgrind 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments