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 :: homebrew install mac 
Shell :: brew in mac 
Shell :: pip3 to pip 
Shell :: git remove untraked files 
Shell :: Unsupported file ./google-chrome-stable_current_amd64.deb kali 
Shell :: git push origin master not working 
Shell :: how to change bash prompt color 
Shell :: how to make a tarball in linux 
Shell :: compress directory with tar and bzip2 
Shell :: find recursive linux 
Shell :: how to create bootable usb on manjaro 
Shell :: how to see the size of /var 
Shell :: get out of venv 
Shell :: scp ssh key 
Shell :: how to install curl on macos 
Shell :: nohup linux output 
Shell :: Nextcloud Fedora 36 
Shell :: updates were rejected because the remote contains work that you do not have locally 
Shell :: create and copy folder in ubuntu 
Shell :: linux convert to sha256 
Shell :: how to setup wordpress in docker 
Shell :: linux shuton after time 
Shell :: record audio with ffmpeg 
Shell :: View total data received and sent (Linux) 
Shell :: windows ssh-copy-id 
Shell :: Git: push to create project 
Shell :: raspberry wifi scan 
Shell :: delete namespace 
Shell :: how to search string in subdirectory in unix 
Shell :: powershell array pipe foreach 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =