You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ There are three kinds of version labels you can use.
35
35
-`packages` - Space delimited list of packages to install.
36
36
-`version` - Version of cache to load. Each version will have its own cache. Note, all characters except spaces are allowed.
37
37
-`execute_install_scripts` - Execute Debian package pre and post install script upon restore. See [Caveats / Non-file Dependencies](#non-file-dependencies) for more information.
38
+
-`no_install_recommends` - Add the `--no-install-recommends` option to the `apt install` command for cache creation to prevent automatic installation of recommended packages.
39
+
-`no_upgrade` - Add the `--no-upgrade` option to the `apt install` command for cache creation to prevent automatic upgrade of existing packages.
38
40
-`empty_packages_behavior` - Desired behavior when the given `packages` is empty. `'error'` (default), `'warn'` or `'ignore'`.
39
41
-`add-repository` - Space delimited list of repositories to add via `apt-add-repository` before installing packages. Supports PPA (e.g., `ppa:user/repo`) and other repository formats.
0 commit comments