master
Anthony Axenov 2022-10-04 13:11:37 +08:00
parent 8c6a191d61
commit 05e6b8195b
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
2 changed files with 29 additions and 1 deletions

View File

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

20
install/vivaldi 100755
View File

@ -0,0 +1,20 @@
#!/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