[Ubuntu] fix dotnet installation & scripts sorcing on 24.04 (#9950)

This commit is contained in:
Mikhail Koliada
2024-05-28 17:43:09 +02:00
committed by GitHub
parent 8476a08273
commit 903d127138
3 changed files with 8 additions and 10 deletions

View File

@@ -4,6 +4,8 @@
## Desc: Configure apt, install jq and apt-fast packages.
################################################################################
source $HELPER_SCRIPTS/os.sh
# Stop and disable apt-daily upgrade services;
systemctl stop apt-daily.timer
systemctl disable apt-daily.timer