clean up
This commit is contained in:
@@ -100,12 +100,6 @@ EOF
|
||||
ok " Signal repo added."
|
||||
fi
|
||||
|
||||
# ---- Papirus icon theme (PPA) ----
|
||||
info " Adding Papirus PPA..."
|
||||
if [ ! -f /etc/apt/sources.list.d/papirus-ubuntu-papirus-*.sources ]; then
|
||||
$REPO_ADD_PPA papirus/papirus 2>/dev/null && ok " Papirus PPA added." || warn " Papirus PPA failed."
|
||||
fi
|
||||
|
||||
# ---- Solaar (Logitech) PPA ----
|
||||
info " Adding Solaar PPA..."
|
||||
if [ ! -f /etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-*.sources ]; then
|
||||
@@ -126,10 +120,6 @@ EOF
|
||||
ok " Zotero repo added."
|
||||
fi
|
||||
|
||||
# ---- Yubico PPA ----
|
||||
info " Adding Yubico PPA..."
|
||||
$REPO_ADD_PPA yubico/stable 2>/dev/null && ok " Yubico PPA added." || warn " Yubico PPA failed."
|
||||
|
||||
# ==================================================================
|
||||
# FEDORA / RHEL — DNF-based
|
||||
# ==================================================================
|
||||
@@ -184,14 +174,11 @@ EOF
|
||||
info " Note: Signal will be installed via Flatpak in stage 12."
|
||||
|
||||
# ---- COPRs for extra packages ----
|
||||
# Papirus icon theme is in RPM Fusion nonfree.
|
||||
# Solaar is in RPM Fusion.
|
||||
# Yubico tools: use COPR
|
||||
info " Adding COPR repos..."
|
||||
# Ghostty terminal emulator
|
||||
$REPO_ADD_COPR scottames/ghostty 2>/dev/null && ok " Ghostty COPR added." || warn " Ghostty COPR failed."
|
||||
# $REPO_ADD_COPR atim/papirus-icon-theme 2>/dev/null || true
|
||||
# $REPO_ADD_COPR sergiomb/Solaar 2>/dev/null || true
|
||||
$REPO_ADD_COPR sergiomb/Solaar 2>/dev/null || true
|
||||
|
||||
# ---- Zotero — no DNF repo, use Flatpak (handled in stage 13) ----
|
||||
info " Note: Zotero will be installed via Flatpak or tarball in stage 13."
|
||||
|
||||
Reference in New Issue
Block a user