Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------------------------------------script cat
- #!/usr/bin/sh
- dir=$(dirname "$0")
- echo $dir
- pacman -U --confirm ${dir}/perl-timedate-2.33-7-any.pkg.tar.zst
- pacman -U --confirm ${dir}/perl-mailtools-2.22-1-any.pkg.tar.zst
- pacman -U --confirm ${dir}/perl-error-0.17030-1-any.pkg.tar.zst
- pacman -U --confirm ${dir}/git-2.49.0-1-x86_64.pkg.tar.zst
- cat << "EOF" > ~/.gitconfig
- [user]
- name = some-name
- email = [email protected]
- EOF
- ---------------------------------------script run
- ./space/packages
- warning: database file for 'core' does not exist (use '-Sy' to download)
- warning: database file for 'extra' does not exist (use '-Sy' to download)
- loading packages...
- resolving dependencies...
- looking for conflicting packages...
- Packages (1) perl-timedate-2.33-7
- Total Installed Size: 0.08 MiB
- :: Proceed with installation? [Y/n]
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- checking available disk space...
- :: Processing package changes...
- installing perl-timedate...
- :: Running post-transaction hooks...
- (1/2) Arming ConditionNeedsUpdate...
- (2/2) Checking for old perl modules...
- warning: database file for 'core' does not exist (use '-Sy' to download)
- warning: database file for 'extra' does not exist (use '-Sy' to download)
- loading packages...
- resolving dependencies...
- looking for conflicting packages...
- Packages (1) perl-mailtools-2.22-1
- Total Installed Size: 0.10 MiB
- :: Proceed with installation? [Y/n]
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- checking available disk space...
- :: Processing package changes...
- installing perl-mailtools...
- :: Running post-transaction hooks...
- (1/2) Arming ConditionNeedsUpdate...
- (2/2) Checking for old perl modules...
- warning: database file for 'core' does not exist (use '-Sy' to download)
- warning: database file for 'extra' does not exist (use '-Sy' to download)
- loading packages...
- resolving dependencies...
- looking for conflicting packages...
- Packages (1) perl-error-0.17030-1
- Total Installed Size: 0.04 MiB
- :: Proceed with installation? [Y/n]
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- checking available disk space...
- :: Processing package changes...
- installing perl-error...
- :: Running post-transaction hooks...
- (1/2) Arming ConditionNeedsUpdate...
- (2/2) Checking for old perl modules...
- warning: database file for 'core' does not exist (use '-Sy' to download)
- warning: database file for 'extra' does not exist (use '-Sy' to download)
- loading packages...
- resolving dependencies...
- looking for conflicting packages...
- Packages (1) git-2.49.0-1
- Total Installed Size: 28.71 MiB
- :: Proceed with installation? [Y/n]
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- checking available disk space...
- :: Processing package changes...
- installing git...
- Optional dependencies for git
- git-zsh-completion: upstream zsh completion
- tk: gitk and git gui
- openssh: ssh transport and crypto [installed]
- man: show help with `git command --help` [installed]
- perl-libwww: git svn
- perl-term-readkey: git svn and interactive.singlekey setting
- perl-io-socket-ssl: git send-email TLS support
- perl-authen-sasl: git send-email TLS support
- perl-mediawiki-api: git mediawiki support
- perl-datetime-format-iso8601: git mediawiki support
- perl-lwp-protocol-https: git mediawiki https support
- perl-cgi: gitweb (web interface) support
- python: git svn & git p4 [installed]
- subversion: git svn
- org.freedesktop.secrets: keyring credential helper
- libsecret: libsecret credential helper [installed]
- :: Running post-transaction hooks...
- (1/3) Creating system user accounts...
- Creating group 'git' with GID 966.
- Creating user 'git' (git daemon user) with UID 966 and GID 966.
- (2/3) Reloading system manager configuration...
- (3/3) Arming ConditionNeedsUpdate...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement