-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
[BUG] packages.list file, necessary empty line #329
Comments
Hey @lap1nou, Cannot reproduce, can you retry with the
sources.list ❯ cat -e /Users/qu35t/.exegol/my-resources/setup/apt/sources.list
# This file allows to add apt repository, in order to install various packages later on$
# At the first start of an exegol container, this file will be copied to /etc/apt/sources.list.d/exegol_user_sources.list$
deb http://deb.gierens.de stable main$ packages.list ❯ cat -e /Users/qu35t/.exegol/my-resources/setup/apt/packages.list
# The customization of some tools may require the installation of some packages or other dependencies.$
# To simplify this process, the name of the packages to be installed can be listed in this file.$
# All packages listed below will be installed automatically when creating a new Exegol container.$
eza$ keys.list ❯ cat -e /Users/qu35t/.exegol/my-resources/setup/apt/keys.list
# This file allows to automatically register a list of keys (using 'apt-key add') to add additional trusted repositories$
https://raw.githubusercontent.com/eza-community/eza/main/deb.asc$ Run : > exegol start try
root@exegol-try /workspace # eza --help
Usage:
eza [options] [files...] |
Greetings @qu35t-code and thank you for your help,
I believe your
but this one works fine but it got a LF at the end:
Regards. |
Describe the bug
Greetings,
I don't know if it's a bug or not, but creating a
packages.list
inmy-resources
without an empty line at the end doesn't actually install the packages.Maybe it's not a bug, but personally I was confused as of why my package wasn't installing but maybe I'm alone.
Steps To Reproduce
packages.list
inmy-resources
like that:keys.list
:sources.list
:eza
package (or any specified package) should be installed but it's not, in order to fix it, one should add an empty line at the end of the file:Exegol Wrapper Version
Exegol container information
Exception
No response
Additional context
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: