Actualiser install.sh
This commit is contained in:
parent
e4a760bfdf
commit
7d5e61be70
18
install.sh
18
install.sh
@ -111,13 +111,29 @@ nala install curl flatpak freerdp2-x11 figlet git htop libnotify-bin micro nmap
|
|||||||
|
|
||||||
# Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin)
|
# Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin)
|
||||||
# sudo nala install blender
|
# sudo nala install blender
|
||||||
|
# sudo nala install cheese
|
||||||
|
# sudo apt install -y geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode
|
||||||
# sudo nala install gimp
|
# sudo nala install gimp
|
||||||
# sudo nala install obs-studio
|
# sudo nala install hugin
|
||||||
|
# sudo nala install kdenlive
|
||||||
# sudo nala install obs-studio
|
# sudo nala install obs-studio
|
||||||
|
|
||||||
# Désinstallation des paquets non désirés
|
# Désinstallation des paquets non désirés
|
||||||
nala remove fortunes-min -y
|
nala remove fortunes-min -y
|
||||||
|
|
||||||
|
# Approbation du dépot pour QOwnNotes
|
||||||
|
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg'
|
||||||
|
sudo mkdir -p "$(dirname "${SIGNED_BY}")"
|
||||||
|
curl --silent --show-error --location http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_12/Release.key | gpg --dearmor | sudo tee "${SIGNED_BY}" > /dev/null
|
||||||
|
sudo chmod u=rw,go=r "${SIGNED_BY}"
|
||||||
|
|
||||||
|
# Ajout du dépot et installation de QOwnNotes à partir de celui-ci
|
||||||
|
SIGNED_BY='/etc/apt/keyrings/qownnotes.gpg'
|
||||||
|
ARCHITECTURE="$(dpkg --print-architecture)"
|
||||||
|
echo "deb [arch=${ARCHITECTURE} signed-by=${SIGNED_BY}] http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_12/ /" | sudo tee /etc/apt/sources.list.d/qownnotes.list > /dev/null
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install qownnotes
|
||||||
|
|
||||||
# Logiciel hors dépôts : Applications Web
|
# Logiciel hors dépôts : Applications Web
|
||||||
wget --recursive --no-parent --no-host-directories --no-directories --accept '*webapp-manager*deb' 'http://packages.linuxmint.com/pool/main/w/webapp-manager/' -P /tmp/wibian/
|
wget --recursive --no-parent --no-host-directories --no-directories --accept '*webapp-manager*deb' 'http://packages.linuxmint.com/pool/main/w/webapp-manager/' -P /tmp/wibian/
|
||||||
release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1)
|
release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user