Skip to content

Commit 54d4526

Browse files
committed
update zxbox build scripts
1 parent f23f6af commit 54d4526

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/.idea
22

3-
/emul/usp
3+
/emul/UnrealSpeccyP/
44

55
/.vagrant
66
/zxbox.box

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Vagrant.configure("2") do |config|
3939
vb.gui = true
4040

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

4444
# hardware specs
4545
vb.customize ["modifyvm", :id, "--cpus", 2]

emul/jVGS/ui/jquery-3.4.1.slim.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

install_zxbox_ubuntu2004.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "AutomaticLogin = vagrant" >> /etc/gdm3/custom.conf
1111

1212

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

1616
apt-get install -y fuse-emulator-sdl
1717

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

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

2628

0 commit comments

Comments
 (0)