Fixing SFixing swaya

This commit is contained in:
Tibo De Peuter 2022-10-26 19:53:11 +02:00
parent 25eec152e7
commit ce13091301
25 changed files with 458 additions and 26 deletions

View file

@ -9,6 +9,8 @@ post_install() {
}
post_upgrade() {
install_software
echo "moving directories"
cd /usr/share/tdpeuter/arch-pkgs/
@ -27,3 +29,9 @@ pre_remove() {
rm -rf /usr/share/tdpeuter/arch-pkgs
}
install_software() {
git clone https://aur.archlinux.org/sway-git.git
cd sway-git
makepkg
pacman -U sway-git
}