OSDN Git Service

fix flatpak opener
[instantos/instantARCH.git] / postinstall.sh
1 #!/bin/bash
2
3 # This is run as root by instantautostart
4 # on the actual installation after the first reboot
5
6 cd /root/instantARCH
7
8 bash ./lang/xorg.sh
9 sleep 0.5
10 bash ./lang/locale.sh
11 bash ./vm/guestadditions.sh
12
13 # restore selected mirrorlist
14 if [ -e /root/instantARCH/config/mirrorlistbackup ] && grep -i "server" /root/instantARCH/config/mirrorlistbackup; then
15     cat /root/instantARCH/config/mirrorlistbackup >/etc/pacman.d/mirrorlist
16 fi