Skip to content

Instantly share code, notes, and snippets.

@krast
Forked from rsponholtz/tmuxinst.sh
Created March 27, 2019 16:14
Show Gist options
  • Save krast/c94f32df54c425f6b143d96441d19989 to your computer and use it in GitHub Desktop.
Save krast/c94f32df54c425f6b143d96441d19989 to your computer and use it in GitHub Desktop.
install tmux on sles 12 sp 3
#!/bin/bash
zypper addrepo https://download.opensuse.org/repositories/home:/so_it_team:/12.x/SLE_12_SP3/home:so_it_team:12.x.repo
zypper addrepo https://download.opensuse.org/repositories/network:utilities/SLE_12_SP3/network:utilities.repo
zypper refresh
zypper install -y iperf tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment