omega-gg / tevo

Command line Semantic Player
GNU General Public License v3.0
21 stars 2 forks source link

Only for debian based distros #1

Open fatualux opened 1 month ago

fatualux commented 1 month ago

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 commented 1 month ago

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.