Check multilib repo

This commit is contained in:
RealStickman 2022-03-20 12:23:09 +01:00
parent 460aa0e358
commit 682d026dab

View File

@ -10,6 +10,12 @@ setupdir=$(pwd)
#change to home (does not show in terminal)
cd "$HOME"
# check if multilib repo is enabled
if ! pacman -Sl multilib &> /dev/null; then
echo "Please enable the multilib repository first"
exit 1
fi
# fix install problems
sudo pacman -Syu
sudo pacman -S python-pip