removed the exit on individual install scripts since its already handled by Global functions
This commit is contained in:
@@ -33,7 +33,6 @@ systemctl --user disable --now pulseaudio.socket pulseaudio.service 2>&1 | tee -
|
||||
echo -e "${NOTE} Installing ${SKY_BLUE}Pipewire${RESET} Packages..."
|
||||
for PIPEWIRE in "${pipewire[@]}"; do
|
||||
install_package "$PIPEWIRE" "$LOG"
|
||||
[ $? -ne 0 ] && { echo -e "\e[1A\e[K${ERROR} - $PIPEWIRE Package installation failed, Please check the installation logs"; exit 1; }
|
||||
done
|
||||
|
||||
echo -e "${NOTE} Activating Pipewire Services..."
|
||||
|
||||
Reference in New Issue
Block a user