Skip to content

Instantly share code, notes, and snippets.

@vebodev
Last active October 28, 2024 06:46
Show Gist options
  • Save vebodev/cc3c9030b4a7cf2058a59ec63a20d857 to your computer and use it in GitHub Desktop.
Save vebodev/cc3c9030b4a7cf2058a59ec63a20d857 to your computer and use it in GitHub Desktop.
How to install Warp Terminal on Arch Linux

Install Warp Terminal on Arch Linux

sudo sh -c "echo -e '\n[warpdotdev]\nServer = https://releases.warp.dev/linux/pacman/\$repo/\$arch' >> /etc/pacman.conf"
sudo pacman-key -r "[email protected]"
sudo pacman-key --lsign-key "[email protected]"
@kozmotronik
Copy link

Hi!
I'm getting the following warning:

warning: config file /etc/pacman.conf, line 135: directive '[warpdotdev] Server' in section 'multilib' not recognized.

Do you have any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment