-
-
Notifications
You must be signed in to change notification settings - Fork 17
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 commands
This 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 repository
This 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 folder
This command returns the statistics for all installed store apps.
app stats
# Displays statistics for all installed store apps
To display the help menu:
app help
To install a specific app, for example, "notepad":
app install notepad
To 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 notepad
To 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