Update v-update-myvesta

This commit is contained in:
myvesta 2023-02-05 16:40:24 +01:00 committed by GitHub
parent 65f626eda7
commit d6a84f37d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ source /usr/local/vesta/func/main.sh
#----------------------------------------------------------#
rm /var/cache/apt/archives/vesta_* > /dev/null 2>&1
apt-get update
apt-get update -o Dir::Etc::sourcelist="sources.list.d/vesta.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" > /usr/local/vesta/log/update-$package.log 2>&1
apt-get install --reinstall vesta
#----------------------------------------------------------#