You are not logged in.

#1 Yesterday 05:04

Digidoc
Member
Registered: 2025-03-15
Posts: 67

Github Script

I am trying to understand something. I found something on Github I want to try.

It works with my Apple Ipad (6th gen). The commands I want to use are:
git clone https://github.com/tr4m0ryp/tr4mpass.git
cd tr4mpass

I found I was missing git, so I used the commands:
sudo apt update
sudo apt upgrade
sudo apt install git-all

Now I get an error:  missing curl/curl.h
Any help?

Last edited by Digidoc (Yesterday 05:37)

Offline

#2 Yesterday 07:18

bin
Member
From: U.K.
Registered: 2016-01-28
Posts: 1,577

Re: Github Script

sudo apt install curl

However, I suggest you read the start-helpers-sh script before you just plunge in as you will find a whole lot more dependencies need to be installed.
That script is probably designed to do that for you.

Last edited by bin (Yesterday 07:22)

Offline

#3 Yesterday 16:40

Digidoc
Member
Registered: 2025-03-15
Posts: 67

Re: Github Script

Thanks. I get 2 interesting messages. Curl is already installed and is the newest version. 10 or more packages are no longer needed and may be removed. I used: sudo apt autoremove to get rid of them. I think I am ready, I rerun the script, the compile again fails [fatal error: curl/curl.h: No such file or directory. 6 | #include <curl/curl.h> compilation terminated. I continue to try.

Offline

Board footer

Powered by FluxBB