Compare commits

..

No commits in common. "05e6b8195baafd1bffdce68cc602cb442421db0a" and "b7856f6529b8fea31e600233652814af41ab8d61" have entirely different histories.

3 changed files with 1 additions and 48 deletions

View File

@ -1,4 +1,4 @@
# Autogenerated at 04.10.2022 13:10 using ./gen-makefile # Autogenerated at 30.09.2022 14:05 using ./gen-makefile
.DEFAULT_GOAL := help .DEFAULT_GOAL := help
#=============================================== #===============================================
@ -86,10 +86,6 @@ kde-backports:
kde-file-templates: kde-file-templates:
@./install/kde-file-templates @./install/kde-file-templates
# Install KDE portal
kde-portal:
@./install/kde-portal
# Install libreoffice # Install libreoffice
libreoffice: libreoffice:
@./install/libreoffice @./install/libreoffice
@ -162,10 +158,6 @@ telebit:
ulauncher: ulauncher:
@./install/ulauncher @./install/ulauncher
# Install Vivaldi + ppa
vivaldi:
@./install/vivaldi
# Install wine (latest) + ppa (focal) # Install wine (latest) + ppa (focal)
wine: wine:
@./install/wine @./install/wine

View File

@ -1,19 +0,0 @@
#!/bin/bash
##makedesc: Install KDE portal
echo
echo "==============================================="
echo "Installing KDE portal..."
echo "==============================================="
echo
sudo apt install -y \
xdg-desktop-portal \
xdg-desktop-portal-kde \
xdg-desktop-portal-gtk && \
echo "GTK_USE_PORTAL=1" | sudo tee -a /etc/environment && \
echo "XDG_CURRENT_DESKTOP=KDE" | sudo tee -a /etc/environment
echo
echo "Finish! Now you need to relogin"
echo

View File

@ -1,20 +0,0 @@
#!/bin/bash
##makedesc: Install Vivaldi + ppa
# https://help.vivaldi.com/desktop/#install-update
# https://help.vivaldi.com/desktop/install-update/manual-setup-vivaldi-linux-repositories/
echo
echo "==============================================="
echo "Installing Vivaldi + ppa..."
echo "==============================================="
echo
wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub \
| gpg --dearmor \
| sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg
echo "deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=$(dpkg --print-architecture)] https://repo.vivaldi.com/archive/deb/ stable main" \
| sudo dd of=/etc/apt/sources.list.d/vivaldi-archive.list
sudo apt update && sudo apt install vivaldi-stable