We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8f40e commit 5149f53Copy full SHA for 5149f53
udroid/src/udroid.sh
@@ -909,6 +909,15 @@ remove() {
909
910
}
911
912
+_reset() {
913
+ if [[ -z $1 ]]; then
914
+ ELOG "reset(): no distro specified"
915
+ DIE "no distro specified"
916
+ fi
917
+
918
+ remove --reset $1
919
+}
920
921
update_cache() {
922
TITLE "> UPDATE distro data from remote"
923
fetch_distro_data "online" true
@@ -974,11 +983,6 @@ _upgrade() {
974
983
975
984
976
985
977
-_reset() {
978
- # TODO
979
- TITLE "[TODO] RESET"
980
-}
981
-
982
986
# clear_cache() => clears filesystem cache
987
# check for file in cache
988
# if found calclulate size
0 commit comments