issues
search
awalsh128
/
cache-apt-pkgs-action
Cache APT packages in GitHub Actions
Other
205
stars
35
forks
source link
Execute installation scripts feature, debug mode, and permission denied fix.
#64
Closed
awalsh128
closed
2 years ago
awalsh128
commented
2 years ago
Provide the ability to call Debian package manager installation scripts (i.e.
*.[preinst, postinst]
).
Introduce a debug mode that runs the scripts in verbose mode and uploads the logs for retrieval.
Updated README to reflect new features and provided more info on how to use the action versions.
Fix permission denied errors on Tar file creation.
*.[preinst, postinst]
).