This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
sh_linux_installation_scripts
Watch
3
Star
0
Fork
1
You've already forked sh_linux_installation_scripts
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
sh_linux_installation_scripts
/
common
/
redhat
/
scripts
/
update.sh
7 lines
79 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Changed to apt
2021-11-24 09:13:58 +01:00
#!/bin/bash
update
(
)
{
echo
'Starting upgrade:'
Added -y
2021-11-24 09:43:49 +01:00
sudo dnf upgrade -y
Changed to apt
2021-11-24 09:13:58 +01:00
}
Reference in New Issue
Copy Permalink