Adding some packages
This commit is contained in:
parent
7acb069167
commit
c62c1edd07
27 changed files with 84 additions and 85 deletions
|
|
@ -27,11 +27,20 @@ pre_remove() {
|
|||
}
|
||||
|
||||
install_software() {
|
||||
|
||||
cd
|
||||
|
||||
>&2 echo "Installing sway-git"
|
||||
git clone https://aur.archlinux.org/sway-git.git
|
||||
cd sway-git
|
||||
makepkg
|
||||
pacman -U sway-git
|
||||
cd
|
||||
|
||||
>&2 echo "Installing hamsket"
|
||||
git clone https://aur.archlinux.org/hamsket-bin.git
|
||||
cd hamsket-bin
|
||||
makepkg
|
||||
pacman -U hamsket-bin
|
||||
cd
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue