Skip to content

Commit

Permalink
bugfix: put open-vm-tools-desktop in the vagrant VM
Browse files Browse the repository at this point in the history
  • Loading branch information
flesueur committed May 20, 2022
1 parent f716334 commit c178f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion masters/bullseye/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "Domains=milxc" >> /etc/systemd/resolved.conf

DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
DEBIAN_FRONTEND=noninteractive apt-get install -y man dnsutils traceroute nftables ftp syslog-ng openssh-server bash-completion less mousepad mupdf xnest xserver-xephyr apache2 vim lxde-core lxterminal firefox-esr tcpdump dsniff whois wireshark net-tools iptables iputils-ping netcat-traditional nmap socat curl wget unzip xscreensaver open-vm-tools-desktop # keyboard-configuration wireshark firmware-atheros firmware-misc-nonfree xfce4 xfce4-terminal xscreensaver # could be with --no-install-recommends
DEBIAN_FRONTEND=noninteractive apt-get install -y man dnsutils traceroute nftables ftp syslog-ng openssh-server bash-completion less mousepad mupdf xnest xserver-xephyr apache2 vim lxde-core lxterminal firefox-esr tcpdump dsniff whois wireshark net-tools iptables iputils-ping netcat-traditional nmap socat curl wget unzip xscreensaver # keyboard-configuration wireshark firmware-atheros firmware-misc-nonfree xfce4 xfce4-terminal xscreensaver # could be with --no-install-recommends
# apt-get clean
# firefox-esr epiphany-browser midori

Expand Down
2 changes: 1 addition & 1 deletion vagrant/files/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ service apt-cacher restart
echo "Acquire::http::Proxy \"http://127.0.0.1:3142\";" > /etc/apt/apt.conf.d/01proxy; # utilisation de apt-cacher-ng
#data=`uname -r`
#arch=${data##*-}
DEBIAN_FRONTEND=noninteractive apt-get install -y linux-headers-`dpkg --print-architecture` virtualbox-guest-additions-iso dynamips screen curl dkms python3-pygraphviz python3-pil imagemagick linux-headers-amd64 git lxc python3-lxc vim firefox-esr tcpdump whois net-tools mousepad wireshark swapspace # apt-cacher-ng zerofree wireshark dsniff apache2 postgresql keyboard-configuration wireshark # could be with --no-install-recommends
DEBIAN_FRONTEND=noninteractive apt-get install -y linux-headers-`dpkg --print-architecture` virtualbox-guest-additions-iso dynamips screen curl dkms python3-pygraphviz python3-pil imagemagick linux-headers-amd64 git lxc python3-lxc vim firefox-esr tcpdump whois net-tools mousepad wireshark swapspace open-vm-tools-desktop # apt-cacher-ng zerofree wireshark dsniff apache2 postgresql keyboard-configuration wireshark # could be with --no-install-recommends
DEBIAN_FRONTEND=noninteractive apt-get install -y xfce4 lightdm xfce4-terminal xserver-xorg # apt-cacher-ng zerofree wireshark dsniff apache2 postgresql keyboard-configuration wireshark
# apt-get clean
# linux-headers-4.9.0-7-amd64 firmware-atheros firmware-misc-nonfree
Expand Down

0 comments on commit c178f5a

Please sign in to comment.