instaInstaller is a program created in python3 which can be used to install open-source software on the fly. It supports Windows and Linux.
instaInstaller must be ran through either a Terminal window or the Command Prompt.
Update to this version by running update_linux.sh (Linux)
- Added VS Code and Discord Stable to Linux.
- Patched the fact that the Discord installer downloaded literally nothing. oops.
This problem existed due to someone rushing us for a release.
- The script for Updating the Windows version has been re-written and is incompatiable with previous versions. You will need to reinstall the repository to continue using this from v1.4 onwards (when released).
This does not apply to Linux users, who can continue using update_linux.sh.
- Updaters have been optimised to remove bugs.
Linux:
- PyCharm
- Python
- Python3
- Atom
- VirtualBox
- Chromium
- VS Code
- Discord Stable
Windows:
- PyCharm
- Python
- Python3
- Notepad
- Sublime
- VirtualBox
- Chromium
Follow these instructions if you're struggling to download (LINUX Only)
- Run 'apt-get install git' in the Terminal.
Don't include the apostrophes in your command.
- Run 'git clone https://github.com/WHYSOEASY/instaInstaller.git'
- Navigate to where you have just cloned this repository
- Run 'cat README.md'
- Run 'python3 ak_installer.py to list valid commands.'
- Run 'python3 ak_installer.py command' to get command
Follow these instructions if you're still struggling to download (LINUX Only)
- Research on how to use GIT and the Terminal
- Follow Ez-Mode instructions.