add scenefx, also i forgot to actually remove the old stuff, oops
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
bc897ac601
commit
511c1a82e2
1 changed files with 11 additions and 0 deletions
11
archlinux.sh
11
archlinux.sh
|
@ -34,6 +34,10 @@ rm -rf ./mnt-and-sway/
|
|||
build_aur_package 'paru'
|
||||
build_aur_package 'fjordlauncher-unlocked'
|
||||
build_aur_package 'polycat'
|
||||
# note that if swayfx depends on the version of scenefx that's currently being built,
|
||||
# it won't be in the repo as of now, so swayfx will fail
|
||||
# this is likely, but not a big deal, so i'm not gonna bother with it
|
||||
build_aur_package 'scenefx'
|
||||
build_aur_package 'swayfx'
|
||||
# note that this requires a *lot* of RAM, more than 16 GB
|
||||
# can be done on systems with less via zram
|
||||
|
@ -61,6 +65,13 @@ yay -S python-vdf --noconfirm --needed
|
|||
build_aur_package 'protontricks'
|
||||
|
||||
|
||||
git clone https://github.com/guydunigo/remove_old_arch_pkgs
|
||||
cd ./remove_old_arch_pkgs
|
||||
sudo pacman -S cargo --noconfirm --needed
|
||||
# TODO: parse the output then just run repo-remove on the old stuff
|
||||
cargo run -- -0 /repo/
|
||||
cd ..
|
||||
|
||||
cd /repo/
|
||||
rm -rf /tmp/arch-workdir
|
||||
rm ./askiiart*
|
||||
|
|
Loading…
Reference in a new issue