suckless terminal install added
This commit is contained in:
parent
09d693bd5b
commit
76f6998de1
10
src/larbs.sh
10
src/larbs.sh
@ -101,6 +101,15 @@ sleep .5
|
|||||||
|
|
||||||
|
|
||||||
blue \[1\/6\] Now installing main programs \(system basics\)...
|
blue \[1\/6\] Now installing main programs \(system basics\)...
|
||||||
|
|
||||||
|
pacman --noconfirm --needed -Sy git
|
||||||
|
|
||||||
|
cd /tmp
|
||||||
|
git clone https://github.com/lukesmithxyz/st.git
|
||||||
|
cd st
|
||||||
|
patch < patches/transparency.diff
|
||||||
|
make && make install
|
||||||
|
|
||||||
pacman --noconfirm --needed -Sy \
|
pacman --noconfirm --needed -Sy \
|
||||||
base-devel \
|
base-devel \
|
||||||
xorg-xinit \
|
xorg-xinit \
|
||||||
@ -176,7 +185,6 @@ pacman --noconfirm --needed -Sy \
|
|||||||
python-dbus \
|
python-dbus \
|
||||||
python-gobject \
|
python-gobject \
|
||||||
discount \
|
discount \
|
||||||
git \
|
|
||||||
r \
|
r \
|
||||||
highlight || (red Error installing devel packages. Check your internet connection and pacman keyring.)
|
highlight || (red Error installing devel packages. Check your internet connection and pacman keyring.)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user