Yonle / installevery_termuxpackage

A simple script to install all termux package in single command
MIT License
2 stars 0 forks source link

Hardcoded #2

Closed ghost closed 3 years ago

ghost commented 3 years ago

Exactly what it says

Yonle commented 3 years ago

Hi. Sorry for the late response.

The shell code is originally generated by one of my code by reading package list that came from apt list into generated script. However, it's still readable and very easy to understood.

ghost commented 3 years ago

So you mean it is not possible to list them with apt? (It does show a warning of apt to not run in a script)

Yonle commented 3 years ago

It's possible to list them.

I just generate the command. So this is what i mean:

# To generate, i must parse the package list in "apt list". 
# Then we generate it like this:
apt install [parsed_pkg_list]

# Like:
apt install 0verkill 8086tiny # .......
ghost commented 3 years ago

The problem is you have to update it whenever a package exists/removed.

Yonle commented 3 years ago

Nah. I'm no longer update this repo anyway. PR is still welcome.