File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const DEFAULT_MOUNTS: &[(&str, &str)] = &[
1919 ( "CACHE" , "/var/cache/apt/archives" ) ,
2020] ;
2121const APT_UPDATE_SCRIPT : & str = r#"export DEBIAN_FRONTEND=noninteractive;apt-get update -y --allow-releaseinfo-change && apt-get -y -o Dpkg::Options::="--force-confnew" full-upgrade --autoremove --purge && apt autoclean"# ;
22- const OMA_UPDATE_SCRIPT : & str = r#"oma upgrade -y --force-confnew --no-progress --force-unsafe-io && oma autoremove -y --remove-config && oma clean"# ;
22+ const OMA_UPDATE_SCRIPT : & str = r#"oma upgrade -y --force-confnew --no-progress --force-unsafe-io && oma autoremove -y --no-progress -- remove-config && oma clean --no-progress "# ;
2323
2424type MountOptions = ( Vec < String > , Vec < ( String , & ' static str ) > ) ;
2525/// Ensure that the directories exist and mounted
You can’t perform that action at this time.
0 commit comments