-
-
Save krast/c94f32df54c425f6b143d96441d19989 to your computer and use it in GitHub Desktop.
install tmux on sles 12 sp 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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