Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

brew sh

class Wget < Formula
  homepage "https://www.gnu.org/software/wget/"
  url "https://ftp.gnu.org/gnu/wget/wget-1.15.tar.gz"
  sha256 "52126be8cf1bddd7536886e74c053ad7d0ed2aa89b4b630f76785bac21695fcd"

  def install
    system "./configure", "--prefix=#{prefix}"
    system "make", "install"
  end
end
Comment

PREVIOUS NEXT
Code Example
Shell :: systemd stop/start sshd services 
Shell :: Jekyll serve fails on Ruby 3.0 
Shell :: npm install smoothscroll-polyfill 
Shell :: install yarn in nginx 
Shell :: run a pomdp file to get policy file 
Shell :: git branch inside branch 
Shell :: E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/main/binary-arm64/Packages 404 Not Found [IP: 91.189.88.152 80] 
Shell :: go remove specific library 
Shell :: centos 7 install grub 
Shell :: enregistrer dans fichier dernieres commandes du terminal 
Shell :: add gpg key to jenkins repository for debian 
Shell :: sqlmap enumerate table content 
Shell :: uninstall webpack globaly 
Shell :: publish repositry 
Shell :: Recover files from deleted partition RHEL 6 USING testdisk 
Shell :: add line in yaml file using sed 
Shell :: fsck fat32 partition 
Shell :: Errno::EPERM: Operation not permitted @ dir_s_mkdir - /usr/local/Cellar 
Shell :: ogv to gif linux 
Shell :: linux inhalt einer textdatei anzeigen 
Shell :: grep extract only matched string 
Shell :: install dot-prop 
Shell :: The lsb_release command ubuntu faq 
Shell :: show all vscode extensions installed in commandline 
Shell :: using timeshift to make system snapshot like in windows & mac 
Shell :: brownie run script python 
Shell :: mac copy big file into clipboard 
Shell :: sudo add-apt-repository ppa:diodon-team/stable 
Shell :: Author identity unknown git bash both ang e type 
Shell :: arch linux turn on wifi 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =