Add pacman.conf
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
29a2f73536
commit
132ecf6b37
2 changed files with 103 additions and 0 deletions
3
install
3
install
|
@ -273,6 +273,9 @@ sudo install -m 644 "${SYSTEM_DIR}/etc/docker/daemon.json" "/etc/docker"
|
|||
print_log "Copying zshenv to ${YELLOW}/etc/zsh${RESET}"
|
||||
sudo install -m 644 "${SYSTEM_DIR}/etc/zsh/zshenv" "/etc/zsh"
|
||||
|
||||
print_log "Copying pacman.conf to ${YELLOW}/etc/pacman.conf${RESET}"
|
||||
sudo install -m 644 "${SYSTEM_DIR}/etc/pacman.conf" "/etc/pacman.conf"
|
||||
|
||||
###############################################################################
|
||||
# Setting lockscreen image #
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue