optimierungen
This commit is contained in:
parent
e26b518a0b
commit
1c5f72a696
1 changed files with 2 additions and 0 deletions
|
@ -311,6 +311,8 @@ if [ "${version}" == "libre" ]; then
|
|||
cp /opt/${repo}/pacman.conf_libre /etc/pacman.conf
|
||||
elif [ "${version}" == "manjaro" ]; then
|
||||
cp /opt/${repo}/pacman.conf_manjaro /etc/pacman.conf
|
||||
elif [ "${version}" == "pi" ]; then
|
||||
cp /opt/${repo}/pacman.conf_pi /etc/pacman.conf
|
||||
else
|
||||
cp /opt/${repo}/pacman.conf /etc/pacman.conf
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue