Commit 2fb07359 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

bugfix. installing desktop when switching beta/stable

parent c905d7ac
...@@ -327,7 +327,7 @@ function reload_bsp(){ ...@@ -327,7 +327,7 @@ function reload_bsp(){
# if new packages are absent, reinstall old ones # if new packages are absent, reinstall old ones
if [[ -z $PACKAGE_LIST ]]; then if [[ -z $PACKAGE_LIST ]]; then
PACKAGE_LIST="linux-${DISTROID}-root$TARGET_BRANCH-$BOARD" PACKAGE_LIST="linux-${DISTROID}-root$TARGET_BRANCH-$BOARD"
[[ -n $(apt-cache search --names-only "^armbian-${DISTROID}-desktop$") ]] && PACKAGE_LIST=$PACKAGE_LIST" armbian-${DISTROID}-desktop" check_if_installed armbian-${DISTROID}-desktop && PACKAGE_LIST=$PACKAGE_LIST" armbian-${DISTROID}-desktop"
fi fi
# reinstall headers only if they are already installed # reinstall headers only if they are already installed
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment