mirror of
https://github.com/ION606/config-backup.git
synced 2026-05-14 22:16:58 +00:00
Update setup.sh
This commit is contained in:
@@ -7,7 +7,6 @@ sudo su
|
|||||||
mkdir ~/Downloads/tempinstall || ""
|
mkdir ~/Downloads/tempinstall || ""
|
||||||
cd ~/Downloads/tempinstall
|
cd ~/Downloads/tempinstall
|
||||||
|
|
||||||
|
|
||||||
# Configuration Files
|
# Configuration Files
|
||||||
git clone https://github.com/ION606/swaybackup.git
|
git clone https://github.com/ION606/swaybackup.git
|
||||||
cd swaybackup
|
cd swaybackup
|
||||||
@@ -16,6 +15,7 @@ mv -f waybar/style.css /etc/xdg/waybar
|
|||||||
mv -f config ~/.config/sway/config
|
mv -f config ~/.config/sway/config
|
||||||
mf -f lockscreen.sh ~/lockscreen.sh
|
mf -f lockscreen.sh ~/lockscreen.sh
|
||||||
|
|
||||||
|
|
||||||
# Installs
|
# Installs
|
||||||
|
|
||||||
# Automatically Answer "Y"
|
# Automatically Answer "Y"
|
||||||
@@ -59,12 +59,11 @@ 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!"
|
wget -O vesktop.rpm https://vencord.dev/download/vesktop/amd64/rpm && dnf install vesktop || echo "failed to install Vesktop!"
|
||||||
|
|
||||||
# Clean and update
|
# Clean-up and update
|
||||||
sudo dnf clean all
|
sudo dnf clean all
|
||||||
sudo dnf update
|
sudo dnf update
|
||||||
|
|
||||||
# Revert the auto-answer "Y"
|
|
||||||
echo assumeyes=False | sudo tee -a /etc/dnf/dnf.conf
|
echo assumeyes=False | sudo tee -a /etc/dnf/dnf.conf
|
||||||
|
cd ../ && rm -rf tempinstall || echo "failed to remove temporary directory at ~/Downloadds/tempinstall"
|
||||||
|
|
||||||
# log-ins and installs
|
# log-ins and installs
|
||||||
bw login
|
bw login
|
||||||
|
|||||||
Reference in New Issue
Block a user