Update-Flatpak-Packs
This commit is contained in:
parent
d5420ace8d
commit
e5ece7a825
1 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,7 @@ sudo hostnamectl set-hostname --static $NHostname
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
|
clear
|
||||||
sudo dnf makecache
|
sudo dnf makecache
|
||||||
sudo dnf up -y
|
sudo dnf up -y
|
||||||
sudo dnf in "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm" -y
|
sudo dnf in "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm" -y
|
||||||
|
@ -25,6 +26,7 @@ sudo dnf in gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories
|
||||||
|
|
||||||
## FLATPAK PACKAGES SETUP - CUSTOMIZE IT - DONT FORGET "\" AT THE END OF LINE (EXCEPTED THE LAST ONE)
|
## FLATPAK PACKAGES SETUP - CUSTOMIZE IT - DONT FORGET "\" AT THE END OF LINE (EXCEPTED THE LAST ONE)
|
||||||
# Adding Flathub Source
|
# Adding Flathub Source
|
||||||
|
clear
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
# Downloading Keyguard
|
# Downloading Keyguard
|
||||||
|
@ -79,6 +81,10 @@ com.quexten.Goldwarden \
|
||||||
info.smplayer.SMPlayer \
|
info.smplayer.SMPlayer \
|
||||||
io.github.kukuruzka165.materialgram \
|
io.github.kukuruzka165.materialgram \
|
||||||
com.usebottles.bottles
|
com.usebottles.bottles
|
||||||
|
# Removing Blacklisted Packs
|
||||||
|
clear
|
||||||
|
sudo flatpak remove -y \
|
||||||
|
io.github.spacingbat3.webcord
|
||||||
sudo flatpak update -y
|
sudo flatpak update -y
|
||||||
|
|
||||||
sudo tee /etc/yum.repos.d/pritunl.repo << EOF
|
sudo tee /etc/yum.repos.d/pritunl.repo << EOF
|
||||||
|
@ -99,6 +105,7 @@ TEMP_FONT_PACKFILE="/tmp/fontpack.tar.gz"
|
||||||
FONTDIR="/usr/share/fonts/custom"
|
FONTDIR="/usr/share/fonts/custom"
|
||||||
|
|
||||||
# Preparing Font Directory
|
# Preparing Font Directory
|
||||||
|
clear
|
||||||
sudo mkdir -pv $FONTDIR
|
sudo mkdir -pv $FONTDIR
|
||||||
|
|
||||||
# Downloading Assets and Placing Them
|
# Downloading Assets and Placing Them
|
||||||
|
@ -117,6 +124,7 @@ sudo dnf remove gnome-text-editor -y
|
||||||
sudo dnf install gedit -y
|
sudo dnf install gedit -y
|
||||||
|
|
||||||
# Automatic Theming GTK to Fluent Design Purple Theme
|
# Automatic Theming GTK to Fluent Design Purple Theme
|
||||||
|
clear
|
||||||
mkdir $HOME/.themes
|
mkdir $HOME/.themes
|
||||||
mkdir -p $HOME/.local/icons
|
mkdir -p $HOME/.local/icons
|
||||||
|
|
||||||
|
@ -162,6 +170,7 @@ sudo usermod --shell /usr/bin/fish $USER
|
||||||
SCR_SOURCE="https://scr.tyleo.dev/runner/exec_wlcm"
|
SCR_SOURCE="https://scr.tyleo.dev/runner/exec_wlcm"
|
||||||
SCR_LOCALS="/usr/bin/wlcm"
|
SCR_LOCALS="/usr/bin/wlcm"
|
||||||
|
|
||||||
|
clear
|
||||||
echo "> Downloading Script ..."
|
echo "> Downloading Script ..."
|
||||||
sudo wget "https://scr.tyleo.dev/runner/exec_wlcm" -O "/usr/bin/wlcm"
|
sudo wget "https://scr.tyleo.dev/runner/exec_wlcm" -O "/usr/bin/wlcm"
|
||||||
echo "> Allowing direct execution ... (+x)"
|
echo "> Allowing direct execution ... (+x)"
|
||||||
|
@ -174,6 +183,7 @@ echo https://extensions.gnome.org/extension/3628/arcmenu
|
||||||
echo https://extensions.gnome.org/extension/2890/tray-icons-reloaded/
|
echo https://extensions.gnome.org/extension/2890/tray-icons-reloaded/
|
||||||
echo https://extensions.gnome.org/extension/1160/dash-to-panel/
|
echo https://extensions.gnome.org/extension/1160/dash-to-panel/
|
||||||
|
|
||||||
|
clear
|
||||||
read -p "Reboot System ? " -n 1 -r
|
read -p "Reboot System ? " -n 1 -r
|
||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue