Update ros-progs-gui.sh
This commit is contained in:
parent
7c3d6e2841
commit
648021392d
1 changed files with 3 additions and 1 deletions
|
@ -602,6 +602,7 @@ if [[ $user_choice = *"Discord - VoIP-, és csevegőalkalmazás"* ]]; then
|
|||
|
||||
# Vencord script credit to Lordify
|
||||
# Download the latest release of Vencord Installer from Github
|
||||
cd /home/$USER
|
||||
wget https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli-linux
|
||||
sleep 1
|
||||
# Copy Vencord Installer to /bin
|
||||
|
@ -619,6 +620,7 @@ if [[ $user_choice = *"Discord - VoIP-, és csevegőalkalmazás"* ]]; then
|
|||
# Copy Vencord Theme by DanyHolder
|
||||
mkdir -p /home/$USER/.config/Vencord
|
||||
cp -a /usr/local/bin/progs/themes/ /home/$USER/.config/Vencord/themes
|
||||
cd /usr/local/bin/progs
|
||||
|
||||
echo ${bold}${yellow}Discord / Vencord ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
|
@ -903,7 +905,7 @@ fi
|
|||
|
||||
sudo rm /etc/xdg/autostart/3progs.sh.desktop 2>/dev/null
|
||||
|
||||
zenity --question --title='Restart required!' --text='Restart in 5 seconds?' --width='300' --height='100'
|
||||
zenity --question --title='Restart required!' --text='Restart in 5 seconds?' --width='300' --height='100' 2>/dev/null
|
||||
if [ $? = 0 ]; then
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue