App name remove from apps.txt

Hi Sir,
When I try to install our app from GitHub then it will not install,
we have manually added our app name on the sites/apps.txt file,
but when we try to again with the GitHub URL it will remove the app name from the apps.txt file

Where am I wrong?
Thanks

Hi @Shahid_Chaudahri,

I think, if you haven’t checked then please check the whole documentation regarding the app.

If you want to get app then apply it.

bench get-app --branch version-15 github_app_url

// eg.
bench get-app --branch version-15 https://github.com/frappe/erpnext.git

If you install the app on site.

bench --site your_sitename.com install-app erpnext

if you uninstall the app from the site.

bench --site your_sitename.com uninstall-app erpnext

if you want to remove the app from app list.

bench remove-app erpnext

I hope this helps.

Thank You!