added Min install

This commit is contained in:
2024-06-21 18:03:56 +00:00
committed by GitHub
parent 2e44f3440a
commit 1f58595574
+5 -2
View File
@@ -99,16 +99,19 @@ alacritty-themes --create && alacritty-themes Hyper || echo "Theme install faile
# Remove old programs
dnf remove thunar foot || ""
# install vesktop
# Install vesktop
wget -O vesktop.rpm https://vencord.dev/download/vesktop/amd64/rpm && dnf install vesktop || echo "failed to install Vesktop!"
# Install Min
rpm -i https://github.com/minbrowser/min/releases/download/v1.32.1/min-1.32.1-x86_64.rpm --ignoreos --force
# Clean-up and update
sudo dnf clean all
sudo dnf update
echo assumeyes=False | sudo tee -a /etc/dnf/dnf.conf
cd ../ && rm -rf tempinstall || echo "failed to remove temporary directory at ~/Downloads/tempinstall"
# log-ins and installs
# Log-ins and installs
bw login
gh auth login
exit