mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
deb-update.bash: add fedora-third-party
This commit is contained in:
parent
9d2e5953f9
commit
0b71f19488
@ -26,6 +26,14 @@ if hash apt-get 2>/dev/null; then
|
||||
apt-get "$@" autoremove
|
||||
fi
|
||||
|
||||
# Enables Fedora third party repositories if not enabled, otherwise quiet.
|
||||
# My systems most likely have them already
|
||||
if hash fedora-third-party 2>/dev/null; then
|
||||
fedora-third-party enable
|
||||
# Are they enabled?
|
||||
fedora-third-party query
|
||||
fi
|
||||
|
||||
if hash dnf 2>/dev/null; then
|
||||
# I don't know if -y does anything here either and I think this may be
|
||||
# useless, but I am used to it coming from apt and I think it will just
|
||||
|
Loading…
Reference in New Issue
Block a user