diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-23 21:13:41 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-23 21:13:41 +0800 |
| commit | fd1067b9434b3a161cbd09e0cbffa23151c4c279 (patch) | |
| tree | 21d99573b04605bc870812f8f397bc5149afb902 /.install/runall | |
| parent | 5bca208b0cd31d32cf09a5681dc0e320851cd28d (diff) | |
Fix location of install scripts
Diffstat (limited to '.install/runall')
| -rwxr-xr-x | .install/runall | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.install/runall b/.install/runall new file mode 100755 index 0000000..d8e2502 --- /dev/null +++ b/.install/runall @@ -0,0 +1,8 @@ +./install +./aur +./aetherfox + +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +sh -c "$(curl -sS https://vencord.dev/install.sh)" + +./stowall |
