From c09c94a2f772911847dd4cbfb3177a9a162ca554 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 16 Nov 2018 08:16:01 -0500 Subject: [PATCH] base-devel now explicitly installed first --- README.md | 6 ------ larbs.sh | 3 +++ progs.csv | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d34f0df..ac7755c 100644 --- a/README.md +++ b/README.md @@ -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 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: - Installs i3-gaps, a tiling window manager, with my fully featured diff --git a/larbs.sh b/larbs.sh index d6ddaed..2e14b3b 100755 --- a/larbs.sh +++ b/larbs.sh @@ -183,6 +183,9 @@ 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 + manualinstall $aurhelper # The command that does all the installing. Reads the progs.csv file and diff --git a/progs.csv b/progs.csv index f7d2f8f..2d92884 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) -,base-devel,is a group package with sudo and compilation software. ,git,is a version control system. ,i3-gaps,is the main graphical user interface and window manager. ,xorg-server,is the graphical server.