-
Notifications
You must be signed in to change notification settings - Fork 0
/
virtualbox_ubuntu.sh
executable file
·55 lines (43 loc) · 1.06 KB
/
virtualbox_ubuntu.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#! /bin/bash
# If HyperV, Admin PowerShell In Windows Host for kvm
# Set-VMProcessor -VMName "VM_NAME" -ExposeVirtualizationExtensions $true
set -ex
export DEBIAN_FRONTEND=noninteractive
cd `dirname $0`
./recipes/sudo_with_nopassword.sh
./recipes/add_vboxsf_group.sh
# ./recipes/wslconf.sh
# ./recipes/iptables_legacy.sh
./recipes/basic_packages.sh
./recipes/virtualbox_guests.sh
./recipes/docker.sh
# ./recipes/docker-compose.sh
# ./recipes/hashicorp.sh
./recipes/inotify.sh
# ./recipes/kvm.sh
# ./recipes/samba.sh
# ./recipes/wslu.sh
./recipes/key.sh
./recipes/dotfiles.sh
./recipes/mise.sh
# ./recipes/nodejs.s
# ./recipes/golang.shh
# ./recipes/rustup.sh
# ./recipes/rbenv.sh
# ./recipes/pip.sh
./recipes/ngrok.sh
./recipes/tailscale.sh
./recipes/lazygit.sh
./recipes/google_cloud_sdk.sh
./recipes/neovim.sh
./recipes/emacs.sh
./recipes/1password_cli.sh
./recipes/fish.sh
# ./recipes/dconf_editor.sh
# ./recipes/fonts.sh
# ./recipes/google_chrome.sh
# ./recipes/vivaldi.sh
# ./recipes/edge.sh
# ./recipes/uim_skk.sh
# ./recipes/vscode.sh
export DEBIAN_FRONTEND=dialog