5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
zypper refresh
|
|
zypper patch -y --with-update --with-optional
|