Skip to content

Commit ae63487

Browse files
committed
Improved compatibility!
1 parent 23f0a51 commit ae63487

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Simply fill out the form, enter a name for your profile and click on the "Create
99
The profile will be saved and a shortcut will be created on your desktop to easily launch the profile of your choice.
1010

1111
## How to install
12-
1. Install python2 by running `sudo apt-get install python2` in a terminal.
12+
1. Install python2 and python-gi by running `sudo apt-get install python2 python-gi` in a terminal.
1313
2. Download the [latest release](https://github.com/Techcrafter/DOSBox-GUI/releases/latest).
1414
3. Extract the .zip file.
1515
4. Run the `RUN ME.sh` file.
File renamed without changes.

program-data/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo Please enter your sudo password to install the dependencies:
4-
sudo apt-get install python2
4+
sudo apt-get install python2 python-gi
55
echo Done!
66
echo Press any key...
77
read null

0 commit comments

Comments
 (0)