diff --git a/main.py b/main.py new file mode 100644 index 0000000..27f4d7f --- /dev/null +++ b/main.py @@ -0,0 +1,19 @@ +import os + +print("WARNING:") +print("This only works on Linux. Git must be installed.") +print("This script will clone tools into the resources/ directory.") +print("Continue? (y/n)") +comfirmed = input() + +if comfirmed == "y": + print("Linus T would be proud.") + print("\nInstalling/Updating tools...\n") + os.system("rm -rf resources; mkdir resources; cd resources; pwd; git clone https://kevinblog.sytes.net/Code/Kevin/JiboAutoMod.git; git clone https://kevinblog.sytes.net/Code/ZaneDev/JiboPhotoExport.git") + print("\nTools installed/updated successfully.") + print("\nApplication will now start...\nDO NOT CLOSE THE TERMINAL OR THE APPLICATION WILL CRASH!!\nIF YOU ARE MODIFYING YOUR JIBO DO NOT CLOSE THE TERMINAL OR HE MIGHT BREAK!!!!!\nYOU ARE RESPONSIBLE FOR ANY DAMAGES MADE TO YOUR DEVICE!!!") +else: + print("Exiting...") + exit() + +# this is where the GUI would start if we had one right now \ No newline at end of file diff --git a/resources/JiboAutoMod b/resources/JiboAutoMod new file mode 160000 index 0000000..3db6de2 --- /dev/null +++ b/resources/JiboAutoMod @@ -0,0 +1 @@ +Subproject commit 3db6de2d2c1a4d5377fd577dc81793c4dfce6df4 diff --git a/resources/JiboPhotoExport b/resources/JiboPhotoExport new file mode 160000 index 0000000..b3b9d7f --- /dev/null +++ b/resources/JiboPhotoExport @@ -0,0 +1 @@ +Subproject commit b3b9d7f6c953c86d442b35e2c544ff748e4708c5