Skip to content

Commit

Permalink
Refresh and update archlinux-keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
sileshn committed Sep 13, 2022
1 parent c8f0682 commit 95f1d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ fi
echo -e ${grn}"Initializing and populating keyring..."${txtrst}
pacman-key --init >/dev/null 2>&1
pacman-key --populate >/dev/null 2>&1
pacman -Sy archlinux-keyring --noconfirm >/dev/null 2>&1
setcap cap_net_raw+p /usr/sbin/ping
sed -i '/PS1/d' /etc/skel/.bashrc
echo "PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] '" | tee -a /etc/skel/.bashrc >/dev/null 2>&1
Expand Down

0 comments on commit 95f1d1b

Please sign in to comment.