commit e2da93a4b3789908bf9b239ed5d546a260bd6bfb
parent ebc756f2bf73f5dcf80e8c95f6adce05ff834feb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 16 Aug 2019 11:04:56 +0200
Update and build submodules, add xbps support for void linux
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.local/bin/uu b/.local/bin/uu
@@ -6,6 +6,10 @@ announce() {
announce "Updating package manager lists and installed packages"
if [ "$(uname)" = "Linux" ]; then
+ if type xbps-install >/dev/null; then
+ sudo xbps-install -Su
+ sudo xbps-remove -Oo
+ fi
if type pacman >/dev/null; then
sudo pacman -Syu
echo "Removing unneeded packages"
@@ -51,6 +55,7 @@ announce "Updating dotfiles"
dotfiles pull
#dotfiles pull --recurse-submodules && m_all_sl
#dotfiles submodule update --recursive --remote && m_all_sl
+dotfiles submodule update --recursive && m_all_sl
#announce "Finished building dotfiles"
if type conda >/dev/null; then