Skip to content

Commit

Permalink
update zxbox build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
reefactor committed Dec 15, 2020
1 parent f23f6af commit 54d4526
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/.idea

/emul/usp
/emul/UnrealSpeccyP/

/.vagrant
/zxbox.box
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Vagrant.configure("2") do |config|
vb.gui = true

# enable RDP GUI access
vb.customize ["modifyvm", :id, "--vrde", "on", "--vrdemulticon", "on", "--vrdeport", "3389"]
vb.customize ["modifyvm", :id, "--vrde", "on", "--vrdemulticon", "on", "--vrdeport", "3390", "--vrdeaddress", "0.0.0.0"]

# hardware specs
vb.customize ["modifyvm", :id, "--cpus", 2]
Expand Down
2 changes: 0 additions & 2 deletions emul/jVGS/ui/jquery-3.4.1.slim.min.js

This file was deleted.

4 changes: 3 additions & 1 deletion install_zxbox_ubuntu2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "AutomaticLogin = vagrant" >> /etc/gdm3/custom.conf


apt-get install -y dosbox wine libgles2-mesa
dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
dpkg --add-architecture i386 && sudo apt-get update -y && sudo apt-get install -y wine32

apt-get install -y fuse-emulator-sdl

Expand All @@ -20,7 +20,9 @@ apt-get install -y fuse-emulator-sdl
bash $SCRIPTDIR/emul/build_UnrealSpeccyP_debian.sh

# create shortcuts to lunch emulators
cp $SCRIPTDIR/usp.desktop /usr/share/applications/
ln -s $SCRIPTDIR /home/vagrant/Desktop
# TODO FIX "Allow Launching" UI step
cp $SCRIPTDIR/usp.desktop /home/vagrant/Desktop/


Expand Down

0 comments on commit 54d4526

Please sign in to comment.