User Tools

Site Tools


wiki:centos_install_useful_tools_via_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:centos_install_useful_tools_via_script [2017/07/18 15:42] – [What the script does] walkeradminwiki:centos_install_useful_tools_via_script [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
- 
 ====== CentOS Install Useful Tools via Script ====== ====== CentOS Install Useful Tools via Script ======
 <color #db5f0b>Jul 2017</color> <color #db5f0b>Jul 2017</color>
Line 18: Line 17:
 ==== What the script does ==== ==== What the script does ====
 The script install_tools.sh does two main tasks. The script install_tools.sh does two main tasks.
-<sxh text, gutter: false>+<sxh [text], gutter: false; highlight: 1-2;>
 Sets the repositories for the tools (epel-release and atrpms). Sets the repositories for the tools (epel-release and atrpms).
 Installs the tools. Installs the tools.
Line 44: Line 43:
 Here is the script in text form, below I have supplied the script in a file format as well. Here is the script in text form, below I have supplied the script in a file format as well.
 \\  \\ 
-<file>+<sxh [text], gutter: false; highlight: 1-20;>
 #!/bin/bash #!/bin/bash
 # Install useful tools # Install useful tools
Line 64: Line 63:
 gpgcheck=1" > /etc/yum.repos.d/atrpms.repo gpgcheck=1" > /etc/yum.repos.d/atrpms.repo
 yum install ffmpeg -y yum install ffmpeg -y
-</file>+</sxh>
 \\  \\ 
 The scripts as a downloadable file can be found {{ :wiki:install_tools.tar |here}}. The scripts as a downloadable file can be found {{ :wiki:install_tools.tar |here}}.
Line 87: Line 86:
 \\  \\ 
 \\  \\ 
 +**If you script fails with a syntax error, please** [[:remove_special_chars_from_windows_files|READ THIS PAGE]].
 ---- ----
  
  
wiki/centos_install_useful_tools_via_script.1500388975.txt.gz · Last modified: 2023/03/09 22:35 (external edit)