Advertisement
Guest User

Untitled

a guest
Nov 10th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cat cat << EOF >> /etc/pacman.conf
  4. [unifi]
  5. SigLevel = Required
  6. Server = https://\$repo.arch.repo.square-r00t.net/
  7. EOF
  8.  
  9. pacman-key --recv-keys 748231EBCBD808A14F5E85D28C004C2F93481F6B
  10. pacman-key --lsign-key 748231EBCBD808A14F5E85D28C004C2F93481F6B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement