Advertisement
Wrigs

install-pop_os-shell-ubuntu-22_04.sh

Feb 9th, 2024 (edited)
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 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