File tree 1 file changed +1
-1
lines changed
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)] = &[
19
19
( "CACHE" , "/var/cache/apt/archives" ) ,
20
20
] ;
21
21
const 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 --no-progress --remove-config && oma clean --no-progress "# ;
22
+ const OMA_UPDATE_SCRIPT : & str = r#"oma upgrade -y --force-confnew --no-progress --force-unsafe-io && oma autoremove -y --no-progress --remove-config"# ;
23
23
24
24
type MountOptions = ( Vec < String > , Vec < ( String , & ' static str ) > ) ;
25
25
/// Ensure that the directories exist and mounted
You can’t perform that action at this time.
0 commit comments