Fix install script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-02 20:53:50 +02:00
parent ca3c21b50e
commit 44b0a1a882
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -338,8 +338,8 @@ sudo install -m 644 "${SYSTEM_DIR}/etc/X11/xorg.conf.d/20-displaylink.conf" "/et
print_log "Copying vconsole.conf to ${YELLOW}/etc/vconsole.conf${RESET}" print_log "Copying vconsole.conf to ${YELLOW}/etc/vconsole.conf${RESET}"
sudo install -m 644 "${SYSTEM_DIR}/etc/vconsole.conf" "/etc/vconsole.conf" sudo install -m 644 "${SYSTEM_DIR}/etc/vconsole.conf" "/etc/vconsole.conf"
print_log "Copying mkinitpcio.conf to ${YELLOW}/etc/mkinitpcio.conf${RESET}" print_log "Copying mkinitcpio.conf to ${YELLOW}/etc/mkinitcpio.conf${RESET}"
sudo install -m 644 "${SYSTEM_DIR}/etc/mkinitpcio.conf" "/etc/mkinitpcio.conf" sudo install -m 644 "${SYSTEM_DIR}/etc/mkinitcpio.conf" "/etc/mkinitcpio.conf"
############################################################################### ###############################################################################
# Setting lockscreen image # # Setting lockscreen image #