File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Do not worry, this app does not consume much battery at all.
2424This is the command to be entered in step 2:
2525
2626``` shell
27- apt update && apt upgrade; pkg install wget; cd ..; wget -O mysql.tar.gz " https://github.com/TheLastAirbendr/mysql-for-termux/archive/2.0.0.tar.gz" ; tar -xzf mysql.tar.gz -C home --strip-components 1 && rm mysql.tar.gz && cd home && rm -r images && rm README.md; chmod u+x installer.sh; ./installer.sh; source " ~/../usr/etc/bash.bashrc" ; rm installer.sh
27+ apt update && apt upgrade; pkg install wget; cd ..; wget -O mysql.tar.gz " https://github.com/TheLastAirbendr/mysql-for-termux/archive/2.0.0.tar.gz" ; tar -xzf mysql.tar.gz -C home --strip-components 1 && rm mysql.tar.gz && cd home && rm -r images && rm README.md; chmod u+x installer.sh; ./installer.sh; source ~ /../usr/etc/bash.bashrc; rm installer.sh
2828```
2929
3030## Troubleshooting Errors
You can’t perform that action at this time.
0 commit comments