fixed indentation pacman.conf install

This commit is contained in:
davedatum
2019-11-04 14:25:56 +00:00
parent 870a170045
commit b0c39f7d27
3 changed files with 7 additions and 7 deletions

@ -1,9 +1,9 @@
post_install() {
sed -i '/TROMrepo/,+2d' /etc/pacman.conf
sed -i '$a\
[TROMrepo]\
SigLevel = Never\
Include = /etc/pacman.d/tromjaro-mirrorlist' /etc/pacman.conf
sed -i '/TROMrepo/,+2d' /etc/pacman.conf
sed -i '$a\
[TROMrepo]\
SigLevel = Never\
Include = /etc/pacman.d/tromjaro-mirrorlist' /etc/pacman.conf
}
post_upgrade() {