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

Only for debian based distros #1

Open
fatualux opened this issue Jun 2, 2024 · 1 comment
Open

Only for debian based distros #1

fatualux opened this issue Jun 2, 2024 · 1 comment

Comments

@fatualux
Copy link

fatualux commented Jun 2, 2024

Good morning and thanks for your project, it is awesome.
Sorry for the noobish question, but I encountered an little "issue".

I ran

sh build.sh linux all

sky was built regularily, but I got

loning into 'Sky'...
remote: Enumerating objects: 40931, done.
remote: Counting objects: 100% (7986/7986), done.
remote: Compressing objects: 100% (2218/2218), done.
remote: Total 40931 (delta 5805), reused 7921 (delta 5740), pack-reused 32945
Receiving objects: 100% (40931/40931), 9.89 MiB | 2.11 MiB/s, done.
Resolving deltas: 100% (30037/30037), done.
CLEANING

[sudo] password for ****:
sudo: apt-get: command not found

I am on arch linux, Linux 6.9.3-arch1-1 x86_64, so I forked the project, to modify the installation scripts to work with "pacman", maybe using a variable depending on the environment, but I could not find the part of code I need to edit.

I tried using "vim-ferret" plugin, using :Ack apt-get in bash scripts, with no success.

Any idea?

thanks in advance for your support

@3unjee
Copy link
Member

3unjee commented Jun 2, 2024

Thanks for your feedback. Yeah as far as I know Arch linux relies on pacman so we probably need to patch the install.sh in 3rdparty to work with this.

At the moment my goal is to support debian based compilation. However I'd be open to patches for Arch Linux and others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants