#3 Updated install script AUR installed elemnts for easier install process

This commit is contained in:
Luke Else 2023-03-08 19:42:05 +00:00
parent 07a4656b7b
commit 9d44111878
2 changed files with 1 additions and 12 deletions

View File

@ -1,10 +0,0 @@
#%PAM-1.0
auth required pam_securetty.so
auth requisite pam_nologin.so
auth include system-local-login
auth optional pam_gnome_keyring.so
account include system-local-login
session include system-local-login
session optional pam_gnome_keyring.so auto_start
password include system-local-login

View File

@ -29,8 +29,7 @@ makepkg -si
cd ~ cd ~
# Install packages through AUR # Install packages through AUR
yay vscode yay brave-bin
yay brave
# Install and Configure git elements # Install and Configure git elements
mkdir ~/git mkdir ~/git