Skip to content

Commit

Permalink
Get rid of virtualbox, and also unused packer files. (#85)
Browse files Browse the repository at this point in the history
## Summary:
The packer files were an experiment that has been dropped.  And we
haven't used virtualbox in a long time -- we don't even install it on
mac anymore.  So let's not install it on linux either (it's big).

Issue: none

## Test plan:
Fingers crossed

Author: csilvers

Reviewers: daelious, yogieric

Required Reviewers:

Approved By: daelious

Checks:

Pull Request URL: #85
  • Loading branch information
csilvers authored Jun 12, 2023
1 parent fc4ab69 commit 0e43221
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 818 deletions.
2 changes: 0 additions & 2 deletions bin/install-mac-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ install_mac_apps() {
firefox firefox-developer-edition google-chrome google-chrome-canary
# Tools
dropbox google-drive-file-stream iterm2 zoomus
# Virtualbox (requires difficult meraki workaround in Catalina++)
#virtualbox
# Text Editors
macvim sublime-text textmate atom
# Chat
Expand Down
2 changes: 1 addition & 1 deletion linux-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ EOF
sudo npm install -g yarn

# Not technically needed to develop at Khan, but we assume you have it.
sudo apt-get install -y unrar virtualbox ack-grep
sudo apt-get install -y unrar ack-grep

# Not needed for Khan, but useful things to have.
sudo apt-get install -y ntp abiword curl diffstat expect gimp \
Expand Down
2 changes: 1 addition & 1 deletion linux-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ EOF
sudo npm install -g [email protected]

# Not technically needed to develop at Khan, but we assume you have it.
sudo apt-get install -y unrar virtualbox ack-grep
sudo apt-get install -y unrar ack-grep

# Not needed for Khan, but useful things to have.
sudo apt-get install -y ntp abiword diffstat expect gimp \
Expand Down
22 changes: 0 additions & 22 deletions packer_templates/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions packer_templates/khanbuntu/Makefile

This file was deleted.

64 changes: 0 additions & 64 deletions packer_templates/khanbuntu/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions packer_templates/khanbuntu/Vagrantfile

This file was deleted.

35 changes: 0 additions & 35 deletions packer_templates/khanbuntu/http/preseed.cfg

This file was deleted.

176 changes: 0 additions & 176 deletions packer_templates/khanbuntu/khanbuntu.pkr.hcl

This file was deleted.

Loading

0 comments on commit 0e43221

Please sign in to comment.