-
- Notifications
You must be signed in to change notification settings - Fork 20
OTS ‐ Installing apps
This command brings up the help menu, providing information about various app commands.
app help # Displays the help menu with information about app commandsThis command installs an app from the Mistium Apps repository.
app install notepad # Installs the "notepad" app from the Mistium Apps repository app install "music player" # Installs the "music player" app from the Mistium Apps repositoryThis command deletes an app from your applications folder.
app uninstall notepad # Uninstalls the "notepad" app from your applications folder app uninstall "music player" # Uninstalls the "music player" app from your applications folderThis command returns the statistics for all installed store apps.
app stats # Displays statistics for all installed store appsTo display the help menu:
app helpTo install a specific app, for example, "notepad":
app install notepadTo install an app with a multi-word name, for example, "music player":
app install "music player"To uninstall a specific app, for example, "notepad":
app uninstall notepadTo uninstall an app with a multi-word name, for example, "music player":
app uninstall "music player"To view statistics for all installed store apps:
app stats-
Automating Installations: You can create a script to install multiple apps in sequence. For example, to install "notepad" and "music player":
app install notepad app install "music player"
originOS is a web desktop gui with a self contained file system, programming languages, internet system and a whole lot of stuff an os should be able to do Use originOS here