mirror of
				https://github.com/tiyn/larbs.git
				synced 2025-10-30 18:21:14 +01:00 
			
		
		
		
	Update larbs.sh
This commit is contained in:
		
							
								
								
									
										8
									
								
								larbs.sh
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								larbs.sh
									
									
									
									
									
								
							| @@ -176,8 +176,12 @@ adduserandpass || error "Error adding username and/or password." | |||||||
| # Refresh Arch keyrings. | # Refresh Arch keyrings. | ||||||
| refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually." | refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually." | ||||||
|  |  | ||||||
| dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` and \`git\` for installing other software." 5 70 | dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` and \`git\` for installing other software required for the installation of other programs." 5 70 | ||||||
| pacman --noconfirm --needed -S base-devel git >/dev/null 2>&1 | installpkg curl | ||||||
|  | installpkg base-devel | ||||||
|  | installpkg git | ||||||
|  | installpkg ntp | ||||||
|  |  | ||||||
| [ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case | [ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case | ||||||
|  |  | ||||||
| # Allow user to run sudo without password. Since AUR programs must be installed | # Allow user to run sudo without password. Since AUR programs must be installed | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user