This commit is contained in:
simono41 2018-03-06 23:41:32 +01:00
parent 7494195d76
commit 3a550ebfbd
2 changed files with 7 additions and 5 deletions

View file

@ -257,11 +257,6 @@ if [ -d /root/.config ]; then
rm -Rv /root/.config
fi
# shell-fish
chsh -s /usr/bin/fish root
chsh -s /usr/bin/fish ${username}
# mirrorlist
cp /opt/${repo}/mirrorlist_libre /etc/pacman.d/mirrorlist_libre
cp /opt/${repo}/mirrorlist /etc/pacman.d/mirrorlist
@ -535,6 +530,7 @@ if [ "${vollinstallation}" != "n" ]; then
cp /opt/${repo}/.bashrc /root/
# config.fish
mkdir -p /root/.config/fish/
cp /opt/${repo}/config.fish /root/.config/fish/config.fish
# btrfs-swapfile
@ -599,6 +595,11 @@ if [ "${vollinstallation}" != "n" ]; then
cp /opt/${repo}/adduser.sh /usr/bin/adduser
chmod 755 /usr/bin/adduser
# shell-fish
chsh -s /usr/bin/fish root
chsh -s /usr/bin/fish ${username}
fi

View file

@ -8,6 +8,7 @@ dialog
dosfstools
efibootmgr
efitools
fish
gdisk
git
grub