Skip to content

Olivetti/zsh-bin-for-netcup-webhosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zsh-bin-for-netcup-webhosting

dd & stty addon scripts for installing zsh-bin in netcup.net's webhosting

Requirements

  • busybox
  • dd script executable (busybox dd "${@}")
  • stty script executable (busybox stty "${@}")

Installation

  1. download busybox binary (link above)
  2. mkdir -pv /.local/bin
  3. cp -pv busybox dd stty /.local/bin
  4. chmod +x /.local/bin/busybox /.local/bin/dd /.local/bin/stty
  5. echo $PATH | grep -q '/.local/bin' || { echo 'export PATH="/.local/bin:$PATH"' >> /.profile && source /.profile; }
  6. go ahead with installation of zsh-bin:
    curl https://raw.githubusercontent.com/romkatv/zsh-bin/master/install | sh -s -- -d /.local

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages