aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 1826293..730c7d6 100755
--- a/install.sh
+++ b/install.sh
@@ -205,6 +205,10 @@ echo "Install vdirsyncer..."
#sudo pacman -S --noconfirm --needed vdirsyncer
+echo "Install phpbrew..."
+
+#sudo pikaur -S --noconfirm --needed phpbrew
+
# install dotfiles
echo "install dotdrop..."
@@ -257,6 +261,10 @@ echo "Install vdirsyncer..."
#vdirsyncer discover
#vdirsyncer sync
+echo "Init phpbrew..."
+
+#phpbrew init
+
echo "Hey install is done!"
echo "Check arch wiki for driver installation."
echo "=> https://wiki.archlinux.org/index.php/Xorg#Driver_installation"