-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
BoettcherDasOriginal edited this page May 28, 2022
·
7 revisions
Removes a file or directory to the recycle bin: data/trash/
-
rmtrash 'Path'
-> deletes the given file or directory -
rmtrash 'Path1' 'Path2'
-> deletes the given files or directorys -
rmtrash 'Path1' 'Path2' 'Path3'
-> deletes the given files or directorys - ...
Sets the localisation language.
The localization language is stored in data/var/LeoConsole/config/user.txt
-
lang
-> sets the localisation language toen
(English) -
lang 'key'
-> sets the localisation language to the given key. For example:lang en
Settings for the default plugins.
These settings are stored in data/var/LeoConsole/config/dpkg.txt
-
dpkg
-> shows all default plugins and all disabled ones -
dpkg disabel 'pkg name'
-> disables the given default plugin -
dpkg enabel 'pkg name'
-> enabeles the given default plugin