change package neofetch to fastfetch
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ RUN locale-gen
|
||||
|
||||
# Install packages
|
||||
RUN pacman-key --init
|
||||
RUN pacman -Syu --noconfirm sudo bash-completion openssh neofetch \
|
||||
RUN pacman -Syu --noconfirm sudo bash-completion openssh fastfetch \
|
||||
borgbackup dateutils prometheus-node-exporter wget git base-devel cron net-tools inetutils tmux
|
||||
|
||||
# Make Build User
|
||||
|
||||
+1
-1
@@ -29,4 +29,4 @@ function print_container_info {
|
||||
# Run Code
|
||||
##############################################################################################################################
|
||||
print_container_info
|
||||
neofetch
|
||||
fastfetch --config neofetch
|
||||
|
||||
@@ -97,4 +97,4 @@ if [ "$INTERACTIVE_MODE" != "false" ]; then
|
||||
fi
|
||||
|
||||
print_container_info
|
||||
neofetch
|
||||
fastfetch --config neofetch
|
||||
|
||||
Reference in New Issue
Block a user