Skip to content
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

Please add an apk for Openwrt Snapshots (which now use Alpine package manager instead of opkg) #958

Open
famewolf opened this issue Dec 22, 2024 · 3 comments
Labels
waiting-for-response Waiting for a response from the issue author.

Comments

@famewolf
Copy link

Please add an apk for Openwrt Snapshots (which now use Alpine package manager instead of opkg)

It's not currently in the package lists.

<
root@LN1301:/mnt/sda1/tmp# apk update
fetch https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/packages/packages.adb
fetch https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/packages.adb
fetch https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/kmods/6.6.65-1-0ce3dc626ff1d1cac431c48b182d17df/packages.adb
fetch https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/packages.adb
fetch https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/packages.adb
fetch https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/packages.adb
fetch https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony/packages.adb
fetch https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/video/packages.adb
[https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/packages/packages.adb]
[https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/packages.adb]
[https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/kmods/6.6.65-1-0ce3dc626ff1d1cac431c48b182d17df/packages.adb]
[https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/packages.adb]
[https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/packages.adb]
[https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/packages.adb]
[https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony/packages.adb]
[https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/video/packages.adb]
OK: 10970 distinct packages available
root@LN1301:/mnt/sda1/tmp# apk search zoxide
>
@ajeetdsouza
Copy link
Owner

Does the install script not work for you?

@famewolf
Copy link
Author

It didn't at first. I had to explicitly install tar so it was not using the busybox version:

root@LN1301:/tmp# root@LN1301:/tmp# curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
Detected architecture: aarch64-unknown-linux-musl
Downloaded package: zoxide.tar.gz
tar: invalid tar magic
Error: command failed: tar -xf zoxide.tar.gz

@ajeetdsouza
Copy link
Owner

It didn't at first.

To clarify - does that mean it works now?

Unfortunately, adding zoxide to official repositories is upto maintainers of your distro. I would recommend requesting Openwrt package maintainers to see if they can add zoxide.

@ajeetdsouza ajeetdsouza added the waiting-for-response Waiting for a response from the issue author. label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-response Waiting for a response from the issue author.
Projects
None yet
Development

No branches or pull requests

2 participants