termux-fedora icon indicating copy to clipboard operation
termux-fedora copied to clipboard

updated Fedora version

Open boredsquirrel opened this issue 1 year ago • 6 comments

boredsquirrel avatar May 19 '23 21:05 boredsquirrel

Here is a list of trusted DNS providers

I would never include a "use Google, it works" into an automated script.

Also you should never change the resolv.conf and also add overwrites only through an overwrite file, which I did.

boredsquirrel avatar Jun 25 '23 13:06 boredsquirrel

this is good, why hasn't the repo owner accepted it yet?!

elvisisvan avatar Dec 16 '23 12:12 elvisisvan

i checked out your code using gh pr checkout 65 command and cp termux-fedora.sh ~ then sh ~/termux-fedora.sh , got these errors:

mkdir: invalid option -- 'P' Screenshot_20231217-163240 i tried again with mkdir -p and it works, it's the capitalization of letter "P" that caused the error

dnf update returns "dnf: command not found" Screenshot_20231217-163354

elvisisvan avatar Dec 17 '23 09:12 elvisisvan

Fixed the spelling issue and upgraded the image to F39.

It would be great to support docker hub, as they have a rawhide image too (saving the upgrades if you are lazy).

docker hub needs an auth token:

# get token
export TOKEN=\
"$(curl \
--silent \
--header 'GET' \
"https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/ubuntu:pull" \
| jq -r '.token' \
)"

https://devops.stackexchange.com/questions/2731/downloading-docker-images-from-docker-hub-without-using-docker

this describes the complete (not automated) steps to download a docker image without docker. Should work fine, but using something like Ublue does should make the system way better.

boredsquirrel avatar Dec 19 '23 03:12 boredsquirrel

thanks for your suggestions, i actually was planning to use qbittorrent not docker, can you install and run qbittorrent?

on my desktop i run fedora 38 kde spin and every time i run lsof -i -P -n | grep LISTEN terminal will display a list of programs that have daemon running and are listening to which port, qbittorrent will listen on port 8117 if it is running, i want to replicate that behavior, can we do that?

elvisisvan avatar Dec 21 '23 03:12 elvisisvan

I don't see the need to use docker for rawhide.

Would be nice to update the versions in the readme too to make it all consistent

juhp avatar Feb 09 '24 04:02 juhp