Skip to content

Commit

Permalink
Merge pull request Veil-Framework#476 from AxissXs/master
Browse files Browse the repository at this point in the history
added installation of wine for manjaro
  • Loading branch information
ChrisTruncer authored Aug 6, 2022
2 parents a81ecb6 + 385074d commit 5b2343f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,8 @@ func_package_deps(){
echo -e " ${RED}[ERROR] ${msg}${RESET}\n"
fi
elif [ "${os}" == "arch" ] \
|| [ "${os}" == "blackarch" ]; then
|| [ "${os}" == "blackarch" ] \
|| [ "${os}" == "manjaro" ]; then
echo -e "\n\n [*] ${YELLOW}Installing Wine 32-bit on x86_64 System (via PACMAN)${RESET}\n"
if grep -Fxq "#[multilib]" /etc/pacman.conf; then
echo "[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
Expand Down

0 comments on commit 5b2343f

Please sign in to comment.