git manually installed at beginning
This commit is contained in:
parent
3459d8d884
commit
54e0cf6675
2 changed files with 2 additions and 5 deletions
6
larbs.sh
6
larbs.sh
|
@ -7,8 +7,6 @@
|
||||||
# You can provide a custom repository with -r or a custom programs csv with -p.
|
# You can provide a custom repository with -r or a custom programs csv with -p.
|
||||||
# Otherwise, the script will use my defaults.
|
# 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 ###
|
### OPTIONS AND VARIABLES ###
|
||||||
###
|
###
|
||||||
|
@ -183,8 +181,8 @@ refreshkeys
|
||||||
# in a fakeroot environment, this is required for all builds with AUR.
|
# in a fakeroot environment, this is required for all builds with AUR.
|
||||||
newperms "%wheel ALL=(ALL) NOPASSWD: ALL"
|
newperms "%wheel ALL=(ALL) NOPASSWD: ALL"
|
||||||
|
|
||||||
dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` for build software." 5 70
|
dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` and \`git\` for installing other software." 5 70
|
||||||
pacman --noconfirm --needed -S base-devel &>/dev/null
|
pacman --noconfirm --needed -S base-devel git &>/dev/null
|
||||||
|
|
||||||
manualinstall $aurhelper
|
manualinstall $aurhelper
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
|
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.
|
,i3-gaps,is the main graphical user interface and window manager.
|
||||||
,xorg-server,is the graphical server.
|
,xorg-server,is the graphical server.
|
||||||
,xorg-xwininfo,allows querying information about windows.
|
,xorg-xwininfo,allows querying information about windows.
|
||||||
|
|
|
Loading…
Reference in a new issue