How to Uninstall!?!
turbomaster95 opened this issue · 3 comments
Thank you for contributing to make this project better😎 Keep up and follow to solve this issue.
The command bash setupTermuxArch purge
uninstall the install directory.
PURGE command 'setupTermuxArch purge' uninstalls Arch Linux in PRoot from Termux.
[purge [customdir]] Purge/Uninstall Arch Linux from device.
[p[urge] [customdir]] Quick purge/uninstall Arch Linux from device.
SYNTAX[2]: [DO (help|install|manual|purge|refresh|sysinfo (default: install))]
The command bash setupTermuxArch help
has more information. Thank you for using setupTermuxArch
, and why are you uninstalling Linux from your phone?
why are you uninstalling Linux from your phone?
The reason I am asking is to assist in developing features such as USECACHEDIR=1 ## change to 0 to use cache directory; When changed to 0 this installation script uses a cache directory defined in
necessaryfunctions.bashthat can be used to cache all of the installation files in order to save wireless bandwidth upon subsequent reinstallation. Variable
KEEP=1 should be changed to 0 also in order to keep the downloaded image file and md5 files. The downloaded image and md5 files should be moved to CACHEDIR along with files in INSTALLDIR/var/cache/pacman/pkg in order to avoid subsequent redownloading of these files for reinstalling the entire system
that will hopefully give this script more fuctionality within the computer environment that we are blessed to have for the end user.