ish icon indicating copy to clipboard operation
ish copied to clipboard

OS Recovery Button

Open soko1 opened this issue 3 years ago • 1 comments

If you spoil the OS, it cannot be restored. Helps to uninstall and install the program from the appstore.

For example:

rm -fr /

or

chmod -x /bin/sh

We need a button that will restore the OS state to the initial one.

image

soko1 avatar Nov 16 '21 09:11 soko1

when you want to store the OS state,you can use the function "export".

when you want to restore the OS state,you can use the function "import".

image image

YiguiDing avatar Nov 17 '21 08:11 YiguiDing