Update i3_install

adding eos-packagelist --install "i3-Window-Manager"
commenting manually use weget and install from list
This commit is contained in:
Johannes Kamprad
2022-09-18 13:22:28 +02:00
committed by GitHub
parent e50693f969
commit 8b89144ac4
+3 -2
View File
@@ -6,7 +6,8 @@ chmod -R +x ~/.config/i3/scripts
cp .nanorc ~/
dbus-launch dconf load / < ~/xed.dconf
sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config
wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-packages-lists/master/i3
sudo pacman -S --needed - < i3
#wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-packages-lists/master/i3
#sudo pacman -S --needed - < i3
eos-packagelist --install "i3-Window-Manager"
cd ..
rm -rf endeavouros-i3wm-setup