7 lines
56 B
Bash
7 lines
56 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sudo dnf update -y
|
||
|
|
||
|
sudo dnf install -y vim
|
||
|
|