Fixing SFixing swaya
This commit is contained in:
parent
25eec152e7
commit
ce13091301
25 changed files with 458 additions and 26 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue