From 54e0cf667512788edb3d6051cee6adf145ce54a5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 11 Dec 2018 16:34:35 -0500 Subject: [PATCH] git manually installed at beginning --- larbs.sh | 6 ++---- progs.csv | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/larbs.sh b/larbs.sh index 0bb6684..412cd25 100755 --- a/larbs.sh +++ b/larbs.sh @@ -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 diff --git a/progs.csv b/progs.csv index 21c833b..fbb2bea 100644 --- a/progs.csv +++ b/progs.csv @@ -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.