Advertisement
Wrigs

Install Pop_OS Shell on Ubuntu 22.04

Feb 9th, 2024
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. https://github.com/pop-os/shell/tree/master_jammy?tab=readme-ov-file
  2.  
  3. sudo apt install git node-typescript make -y
  4.  
  5. git clone https://github.com/pop-os/shell.git
  6. cd shell
  7. git switch master_jammy
  8. make local-install
  9. cd ..
  10. rm -rf shell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement