From 5f742bef967e9f8d2a4b854871b811c2ebdfeaba Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Fri, 31 Jul 2020 01:27:35 +0400
Subject: [PATCH] Fixed missing installation.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index 1fb6390..629b903 100644
--- a/install.sh
+++ b/install.sh
@@ -53,7 +53,7 @@ function main(){
   sudo pacman -Syu --needed $(cat ./pacman.deps)
   pikaur -Syu --needed --noconfirm --noedit $(cat ./pikaur.deps)
   update_firefox_profile
-  # build_libs_from_sources
+  build_libs_from_sources
   enable_services
   copy_dotfiles
   update_desktop
-- 
GitLab