Skip to content

Commit

Permalink
Adds an installation task for additional CLI tools
Browse files Browse the repository at this point in the history
For example: htop, git, tmux, etc.
  • Loading branch information
maxkratz committed May 16, 2024
1 parent e661590 commit 276fc92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@ sudo ln -s /usr/share/xubuntu/applications/emoflon-website.desktop /home/vagrant
sudo ln -s /usr/share/xubuntu/applications/emoflon-tutorial.desktop /home/vagrant/Desktop/emoflon-tutorial.desktop
sudo ln -s /usr/share/xubuntu/applications/emoflon-tests.desktop /home/vagrant/Desktop/emoflon-tests.desktop

# Install additional CLI tools
log "Install additional CLI tools."
sudo apt-get install -yq \
git \
ncdu \
htop \
tmux \
rsync

# Clean up
log "Clean-up"
sudo apt-get remove -yq \
Expand Down

0 comments on commit 276fc92

Please sign in to comment.