Guest User

Untitled

a guest
Sep 21st, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. admin1@admin-Virtualbox:~$ sudo apt-get install git
  2. [sudo] password for admin1:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. git is already the newest version (1:2.25.1-1ubuntu3).
  7. 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
  8. admin1@admin-Virtualbox:~$ mkdir ~/bin
  9. admin1@admin-Virtualbox:~$ cd bin
  10. admin1@admin-Virtualbox:~/bin$ ls
  11. admin1@admin-Virtualbox:~/bin$ PATH=~/bin:$PATH
  12. admin1@admin-Virtualbox:~/bin$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
  13. % Total % Received % Xferd Average Speed Time Time Time Current
  14. Dload Upload Total Spent Left Speed
  15. 100 39134 100 39134 0 0 424k 0 --:--:-- --:--:-- --:--:-- 424k
  16. admin1@admin-Virtualbox:~/bin$ chmod a+x ~/bin/repo
  17. admin1@admin-Virtualbox:~/bin$ mkdir twrp && cd twrp
  18. admin1@admin-Virtualbox:~/bin/twrp$ repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-7.1
  19. /usr/bin/env: ‘python’: No such file or directory
  20. admin1@admin-Virtualbox:~/bin/twrp$ sudo repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-7.1
  21. fatal: cannot make .repo directory: Permission denied
Add Comment
Please, Sign In to add comment