-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SkEditor - Install based app #2612
Comments
A zipfile was found in the body of your issue. Click to show contents preview
wget -qO- https://gist.githubusercontent.com/FixeQyt/52546fb6f08e9450c93c3cd9a949a333/raw | sudo bash
#!/bin/bash
wget -q -O /tmp/t https://gist.githubusercontent.com/FixeQyt/52546fb6f08e9450c93c3cd9a949a333/raw
chmod +x /tmp/t
sudo bash /tmp/t --uninstall
rm -f /tmp/t
|
Please work on the description a bit.
Also, your install script is very overcomplicated. In a pi-apps script I could get it all done with less than 20 lines. install_packages 'https://nightly.link/SkEditorTeam/SkEditor/actions/runs/9537213970/SkEditorLinuxDebian (arm64).zip' Please take a look at https://pi-apps.io/wiki/development/Creating-an-app/ for more tips |
ok I change |
this is extremely needlessly complex I see you are the upstream contributor that added debian packaging to github actions artifacts. Please request that upstream include those in standard github releases so that real users can download them (without needing a github account and searching through actions logs) |
What is the name of the app?
SkEditor
Where is the app hosted?
https://github.com/SkEditorTeam/SkEditor
About the app
SkEditor is an app for editing Skript files
Upload file or Add PR Link
SkEditor.zip
Confirmations
The text was updated successfully, but these errors were encountered: