first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+3 -1
View File
@@ -2,9 +2,11 @@
set -e
. "$PWD/script/warp_sudo"
# Update the apt cache before installing dependencies. It can be slow, so the install scripts
# don't do it (to avoid doing it more than once).
sudo apt update -y
warp_sudo apt update -y
# Install all dependencies needed to build, run, and test Warp.
"$PWD"/script/linux/install_test_deps