11 lines
225 B
Bash
11 lines
225 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
# Borg zenity install
|
||
|
|
||
|
mkdir $HOME/bin/ $HOME/icons/
|
||
|
|
||
|
cp -v borg-gui.sh $HOME/bin/
|
||
|
cp -v borg.svg $HOME/icons/
|
||
|
cp -v profil.txt $HOME/.config/borg/
|
||
|
cp -v sauvegarde-borg.desktop $HOME/.local/share/applications/
|