24 Commits
Author SHA1 Message Date
Alessio Biancalana fdfb4a1d0e feat(install): support both legacy and v2 in the install script (#2145) 2026-07-06 08:22:22 +02:00
Luca Di Maio a4d2217a57 feat(install): make install/uninstall scripts work with v2
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2026-06-25 13:39:47 +02:00
Alessio Biancalana 5f2827231a chore: strip install and uninstall scripts (#2027)
Since `install` and `uninstall` don't work on the new setup, we're just
stripping them for the moment.

Signed-off-by: Alessio Biancalana <alessio@dottorblaster.it>
2026-06-14 13:04:28 +02:00
Matt Hoosier fb8c9a6e23 install: add option to suppress color (#1709)
Signed-off-by: Matt Hoosier <matt.hoosier@garmin.com>
2025-08-22 20:57:27 +02:00
Luca Di Maio 25ced537c1 all: update formatting style
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2024-05-02 09:07:01 +02:00
David Lapshin b0555f6080 docs: new website (#784)
* docs: New website

* fix: Markdown, use logo instead of pixel art

* feat: Change logo depending on system theme

* fix: Syntax

* fix: Markdown formatting (again)

* fix: Markdown formatting
2023-06-10 16:04:25 +02:00
Mišo Barišić df3a98555c install/uninstall: more aesthetically pleasing install script (#696)
* Better install messages, don't warn about path if dest_path already contains it

Signed-off-by: Mišo Barišić <me@misobarisic.com>

* shfmt

Signed-off-by: Mišo Barišić <me@misobarisic.com>

* shfmt

Signed-off-by: Mišo Barišić <me@misobarisic.com>

* more clear uninstall, add colours to install PATH warning

Signed-off-by: Mišo Barišić <me@misobarisic.com>

---------

Signed-off-by: Mišo Barišić <me@misobarisic.com>
2023-04-16 13:27:46 +02:00
Luca Di Maio c9be6e2eb7 all: add bash autocompletion. Fix #328
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-09-12 08:49:30 +02:00
Luca Di Maio 47d444677c install/uninstall: make less verbose by default
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-09-07 12:26:01 +02:00
Luca Di Maio 888d456189 generate-entry: add icon auto-download for known distros
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-08-31 01:28:13 +02:00
Luca Di Maio 932457ff87 generate-entry: fix linting, ensure dest dir is present
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-08-28 19:28:09 +02:00
Luca Di Maio 22a0b78476 generate-entry: add new command to create and delete desktop entries for distroboxes
This utility is automatically called by create and rm, so newer
distroboxes created with this version onward will automatically be added
to you applications list.
This tool can also be called separately to create/recreate/remove an
entry.

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-08-28 19:15:18 +02:00
Mišo Barišić 3dec4089e6 install/uninstall: remove deprecated path feature (#356)
install/uninstall: remove deprecated path feature (#356)

Signed-off-by: Mišo Barišić <me@misobarisic.com>
2022-07-18 07:45:21 +02:00
Luca Di Maio c0c0c39c8a uninstall: interactive rm won't work when executed throught pipe
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-06-02 09:14:43 +02:00
89luca89 82ec8b9881 Lint: use single tools instead of importing an action; reformat all to follow the style 2022-03-30 11:05:21 +02:00
Mišo Barišić 7960dbdf07 Prefix install/uninstall option (#190)
This fixes #184 
right now --path/-p is DEPRECATED.
Gradually switch to a more ubiquitous  use of --prefix/-P
2022-02-26 11:43:59 +01:00
89luca89 a0e6148f70 install/uninstall: add some comments 2022-02-11 22:57:56 +01:00
Mišo Barišić c5b5a15282 install: conditional default install path (#167) 2022-02-11 22:51:21 +01:00
89luca89 28848d487e install/uninstall: use install in place of cp+chmod, improve uninstallation process 2022-01-14 19:12:42 +01:00
89luca89 407c4d367d install/uninstall: do not break compatibility with old installers 2022-01-13 19:51:21 +01:00
Mišo Barišićand89luca89 b1426f31c6 Create Manuals (#99)
* Create distrobox-create manpage. Include manpage in the install script

Co-authored-by: 89luca89 <luca.dimaio1@gmail.com>
2022-01-13 19:23:12 +01:00
89luca89 c05359b0fe uninstall: fix missing slash 2022-01-05 08:46:17 +01:00
89luca89 d6c84033f9 uninstall: use rm in interactive mode 2022-01-04 01:22:53 +01:00
Mišo Barišić bde5a10333 Create uninstall script file (#68) 2022-01-04 00:04:32 +01:00