base-devel now explicitly installed first

This commit is contained in:
Luke Smith 2018-11-16 08:16:01 -05:00
parent a13b8c84a2
commit c09c94a2f7
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
3 changed files with 3 additions and 7 deletions

View File

@ -24,12 +24,6 @@ Arch-based distros such as Manjaro, Antergos and Parabola (although Parabola,
which uses slightly different repositories might miss one or two minor which uses slightly different repositories might miss one or two minor
programs). programs).
LARBS, in its default form where it installs my own dotfiles, is not
compatible with or maintained for Virtual Machines. Due to particularities of
i3 on Arch Linux within a Virtual Machines, X will not start properly. If you
know a fix for this, feel free to share, but I do not use Virtual Machines so
am not planning on troubleshooting a fix.
Here are some of the things LARBS sets up: Here are some of the things LARBS sets up:
- Installs i3-gaps, a tiling window manager, with my fully featured - Installs i3-gaps, a tiling window manager, with my fully featured

View File

@ -183,6 +183,9 @@ 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
pacman --noconfirm --needed -S base-devel &>/dev/null
manualinstall $aurhelper manualinstall $aurhelper
# The command that does all the installing. Reads the progs.csv file and # The command that does all the installing. Reads the progs.csv file and

View File

@ -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)
,base-devel,is a group package with sudo and compilation software.
,git,is a version control system. ,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.

1 TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
base-devel is a group package with sudo and compilation software.
2 git is a version control system.
3 i3-gaps is the main graphical user interface and window manager.
4 xorg-server is the graphical server.