diff options
Diffstat (limited to 'source.sh')
-rwxr-xr-x | source.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,7 @@ mv pass .password-store mkdir src cd src + git clone https://git.suckless.org/st cd st curl -O http://st.suckless.org/patches/alpha/st-alpha-0.8.2.diff @@ -14,6 +15,12 @@ sed 's/^float alpha =.*$/float alpha = 0.6;/' config.def.h > config.h sudo make install cd .. +git clone https://git.suckless.org/sent +cd sent +cp config.def.h config.h +sudo make install +cd .. + git clone https://aur.archlinux.org/preloader-signed.git cd preloader-signed yes | makepkg -si |