git manually installed at beginning

This commit is contained in:
Luke Smith 2018-12-11 16:34:35 -05:00
parent 3459d8d884
commit 54e0cf6675
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 2 additions and 5 deletions

View File

@ -7,8 +7,6 @@
# You can provide a custom repository with -r or a custom programs csv with -p.
# Otherwise, the script will use my defaults.
### DEPENDENCIES: git and make. Make sure these either are among the first in the progs.csv file or installed manually beforehand.
###
### OPTIONS AND VARIABLES ###
###
@ -183,8 +181,8 @@ refreshkeys
# in a fakeroot environment, this is required for all builds with AUR.
newperms "%wheel ALL=(ALL) NOPASSWD: ALL"
dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` for build software." 5 70
pacman --noconfirm --needed -S base-devel &>/dev/null
dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` and \`git\` for installing other software." 5 70
pacman --noconfirm --needed -S base-devel git &>/dev/null
manualinstall $aurhelper

View File

@ -1,5 +1,4 @@
TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
,git,is a version control system.
,i3-gaps,is the main graphical user interface and window manager.
,xorg-server,is the graphical server.
,xorg-xwininfo,allows querying information about windows.

1 TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
git is a version control system.
2 i3-gaps is the main graphical user interface and window manager.
3 xorg-server is the graphical server.
4 xorg-xwininfo allows querying information about windows.