openSuSE fixes
This commit is contained in:
parent
6b2a8c1cc2
commit
46ff779dab
2 changed files with 2 additions and 4 deletions
|
@ -9,8 +9,7 @@ elif [[ $(uname) == "Linux" ]]; then
|
||||||
if [[ $(command -v pacman) ]]; then
|
if [[ $(command -v pacman) ]]; then
|
||||||
sudo pacman -Sy --noconfirm ansible
|
sudo pacman -Sy --noconfirm ansible
|
||||||
elif [[ $(command -v zypper) ]]; then
|
elif [[ $(command -v zypper) ]]; then
|
||||||
sudo zypper -y install ansible
|
sudo zypper install -y ansible
|
||||||
sudo zypper addrepo -f http://download.opensuse.org/repositories/home:/tuw-e184/openSUSE_Tumbleweed/home:tuw-e184.repo
|
|
||||||
sudo ln -sf /usr/bin/python3 /usr/bin/python
|
sudo ln -sf /usr/bin/python3 /usr/bin/python
|
||||||
elif [[ $(command -v apt) ]]; then
|
elif [[ $(command -v apt) ]]; then
|
||||||
sudo apt install -y ansible python3-apt
|
sudo apt install -y ansible python3-apt
|
||||||
|
|
|
@ -54,5 +54,4 @@
|
||||||
get_url:
|
get_url:
|
||||||
url: https://raw.githubusercontent.com/lotabout/skim/v0.6.8/bin/sk-tmux
|
url: https://raw.githubusercontent.com/lotabout/skim/v0.6.8/bin/sk-tmux
|
||||||
dest: ~/bin/sk-tmux
|
dest: ~/bin/sk-tmux
|
||||||
checksum: 3f9b531a6fbd49fc501ff430d4d2f92122ccfe73d95fa121a234de4f7be1d5e2
|
checksum: sha256:1dd67ed20f78c50bc7f9518a5908badd582117eaa67fa30c43e83dcc0b55afdb
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue