Code de la propriété intellectuelle

This commit is contained in:
qo-op 2021-04-06 01:45:43 +02:00
parent c695f116bb
commit 2a9817a8f6
1 changed files with 4 additions and 4 deletions

View File

@ -113,9 +113,9 @@ GENRES=$(zenity --list --checklist --title="GENRE" --height=${haut} \
## MANIFESTE OASIS
zenity --width ${large} --height=${haut} --text-info \
--title="Engagement OASIS Astroport/OneNation" \
--title="Code de la propriété intellectuelle" \
--html \
--url="https://oasis.astroport.com/" \
--url="https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000006278917/2008-12-11/" \
--checkbox="J'ai lu et j'accepte les termes."
case $? in
@ -124,10 +124,10 @@ case $? in
# next step
;;
1)
echo "Arrêt de l'installation !" && exit 1
echo "Refus conditions" && exit 1
;;
-1)
echo "Une erreur inattendue est survenue." && exit 1
echo "Erreur." && exit 1
;;
esac