install
Here are 711 public repositories matching this topic...
-
Updated
Apr 8, 2022 - Shell
-
Updated
May 6, 2022 - Jinja
-
Updated
Feb 7, 2022 - Shell
-
Updated
Mar 25, 2022 - Shell
Describe the bug
Please, add "overwrite" files in the destination option. Instead of adding *.duplicate1 files, I'd like lessmsi to overwrite files in the destination.
To Reproduce
Steps to reproduce the behavior:
- Use lessmsi to extract some msi
- Use lessmsi to extract the same msi
- Observe
*.duplicate1files, and no option to overwrite instead
Expected behavior
-
Updated
May 6, 2022 - Shell
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Apr 6, 2022 - PHP
-
Updated
Apr 5, 2022 - Shell
-
Updated
May 2, 2022 - Shell
-
Updated
Sep 20, 2017 - Java
-
Updated
May 6, 2022 - Shell
-
Updated
Mar 2, 2019 - Shell
-
Updated
Feb 8, 2022 - Shell
Attempting to use "sudo deb-get install firefox-esr", the PPA's repo is added but the package is never installed.
I think the logic in install_ppa() is broken:
if ! dpkg -l "${APP}" >/dev/null 2>&1; then
eula
apt-get -q -y install "${APP}"Here "dpkg -l" will return non-zero if a package is missing, but the if statement is checking for zero.
Even if this worke
Not ask for sudo?
Improve this page
Add a description, image, and links to the install topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the install topic, visit your repo's landing page and select "manage topics."
pnpm version: >=6.11.0-0
Code to reproduce the issue: