Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
fix last remaining issues (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jun 18, 2016
1 parent 7810486 commit 7dc8731
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dist/antergos-iso
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ hotfix_setup_environment() {
[[ -f /tmp/.setup-running ]] && CNCHI_STARTED='True'
[[ -d /home/antergos/.config/openbox ]] && IS_MINIMAL='True'

alias pacSyy='sudo pacman -Syy --noconfirm'
alias pacS='sudo pacman -S --noconfirm'
alias pacSyy='sudo pacman -Syy --noconfirm --force'
alias pacS='sudo pacman -S --noconfirm --force'
alias packey_populate='sudo pacman-key --populate archlinux antergos'
alias packey_init='sudo pacman-key --init'

Expand Down Expand Up @@ -151,10 +151,11 @@ hotfix_run_when_connected() {
if [[ ${INSTALL_CNCHI} = 'True' ]]; then
notify_user "${INSTALLING_UPDATES}" "${INSTALLING_UPDATES_SUB}"
stop_cnchi
${BASH_ALIASES[pacS]} --force cnchi && LEVEL='normal'; _notify_user "${UPDATE_COMPLETE}" "${UPDATE_COMPLETE_SUB}"
${BASH_ALIASES[pacS]} cnchi && LEVEL='normal'; _notify_user "${UPDATE_COMPLETE}" "${UPDATE_COMPLETE_SUB}"
start_cnchi && CNCHI_RESTARTED='True'
else
LEVEL='normal'; _notify_no_updates
LEVEL='normal'; notify_no_updates
[[ -f /tmp/.setup-running ]] || start_cnchi
fi
}

Expand Down

0 comments on commit 7dc8731

Please sign in to comment.