Advertisement
Guest User

Untitled

a guest
Apr 12th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. -----------------------------------------script cat
  2. #!/usr/bin/sh
  3.  
  4. dir=$(dirname "$0")
  5. echo $dir
  6.  
  7. pacman -U --confirm ${dir}/perl-timedate-2.33-7-any.pkg.tar.zst
  8. pacman -U --confirm ${dir}/perl-mailtools-2.22-1-any.pkg.tar.zst
  9. pacman -U --confirm ${dir}/perl-error-0.17030-1-any.pkg.tar.zst
  10. pacman -U --confirm ${dir}/git-2.49.0-1-x86_64.pkg.tar.zst
  11. cat << "EOF" > ~/.gitconfig
  12. [user]
  13. name = some-name
  14. EOF
  15.  
  16. ---------------------------------------script run
  17. ./space/packages
  18. warning: database file for 'core' does not exist (use '-Sy' to download)
  19. warning: database file for 'extra' does not exist (use '-Sy' to download)
  20. loading packages...
  21. resolving dependencies...
  22. looking for conflicting packages...
  23.  
  24. Packages (1) perl-timedate-2.33-7
  25.  
  26. Total Installed Size: 0.08 MiB
  27.  
  28. :: Proceed with installation? [Y/n]
  29. checking keyring...
  30. checking package integrity...
  31. loading package files...
  32. checking for file conflicts...
  33. checking available disk space...
  34. :: Processing package changes...
  35. installing perl-timedate...
  36. :: Running post-transaction hooks...
  37. (1/2) Arming ConditionNeedsUpdate...
  38. (2/2) Checking for old perl modules...
  39. warning: database file for 'core' does not exist (use '-Sy' to download)
  40. warning: database file for 'extra' does not exist (use '-Sy' to download)
  41. loading packages...
  42. resolving dependencies...
  43. looking for conflicting packages...
  44.  
  45. Packages (1) perl-mailtools-2.22-1
  46.  
  47. Total Installed Size: 0.10 MiB
  48.  
  49. :: Proceed with installation? [Y/n]
  50. checking keyring...
  51. checking package integrity...
  52. loading package files...
  53. checking for file conflicts...
  54. checking available disk space...
  55. :: Processing package changes...
  56. installing perl-mailtools...
  57. :: Running post-transaction hooks...
  58. (1/2) Arming ConditionNeedsUpdate...
  59. (2/2) Checking for old perl modules...
  60. warning: database file for 'core' does not exist (use '-Sy' to download)
  61. warning: database file for 'extra' does not exist (use '-Sy' to download)
  62. loading packages...
  63. resolving dependencies...
  64. looking for conflicting packages...
  65.  
  66. Packages (1) perl-error-0.17030-1
  67.  
  68. Total Installed Size: 0.04 MiB
  69.  
  70. :: Proceed with installation? [Y/n]
  71. checking keyring...
  72. checking package integrity...
  73. loading package files...
  74. checking for file conflicts...
  75. checking available disk space...
  76. :: Processing package changes...
  77. installing perl-error...
  78. :: Running post-transaction hooks...
  79. (1/2) Arming ConditionNeedsUpdate...
  80. (2/2) Checking for old perl modules...
  81. warning: database file for 'core' does not exist (use '-Sy' to download)
  82. warning: database file for 'extra' does not exist (use '-Sy' to download)
  83. loading packages...
  84. resolving dependencies...
  85. looking for conflicting packages...
  86.  
  87. Packages (1) git-2.49.0-1
  88.  
  89. Total Installed Size: 28.71 MiB
  90.  
  91. :: Proceed with installation? [Y/n]
  92. checking keyring...
  93. checking package integrity...
  94. loading package files...
  95. checking for file conflicts...
  96. checking available disk space...
  97. :: Processing package changes...
  98. installing git...
  99. Optional dependencies for git
  100. git-zsh-completion: upstream zsh completion
  101. tk: gitk and git gui
  102. openssh: ssh transport and crypto [installed]
  103. man: show help with `git command --help` [installed]
  104. perl-libwww: git svn
  105. perl-term-readkey: git svn and interactive.singlekey setting
  106. perl-io-socket-ssl: git send-email TLS support
  107. perl-authen-sasl: git send-email TLS support
  108. perl-mediawiki-api: git mediawiki support
  109. perl-datetime-format-iso8601: git mediawiki support
  110. perl-lwp-protocol-https: git mediawiki https support
  111. perl-cgi: gitweb (web interface) support
  112. python: git svn & git p4 [installed]
  113. subversion: git svn
  114. org.freedesktop.secrets: keyring credential helper
  115. libsecret: libsecret credential helper [installed]
  116. :: Running post-transaction hooks...
  117. (1/3) Creating system user accounts...
  118. Creating group 'git' with GID 966.
  119. Creating user 'git' (git daemon user) with UID 966 and GID 966.
  120. (2/3) Reloading system manager configuration...
  121. (3/3) Arming ConditionNeedsUpdate...
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement