fix vm
This commit is contained in:
38
clean.sh
38
clean.sh
@ -1,38 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname $0)"
|
||||
|
||||
while : ; do
|
||||
read -p "Remove vagrant generated files (y/n)? " yn
|
||||
case "${yn}" in
|
||||
[yY]*|[Oo]* )
|
||||
rm -f Vagrantfile
|
||||
break;;
|
||||
""|[Nn]* ) break;;
|
||||
* ) echo "Please answer y/n.";;
|
||||
esac
|
||||
done
|
||||
|
||||
while : ; do
|
||||
read -p "Remove proxy generated files (y/n)? " yn
|
||||
case "${yn}" in
|
||||
[yY]*|[Oo]* )
|
||||
rm -f files/kaz/.apt-mirror-config files/kaz/.proxy-config
|
||||
rm -f files/.apt-mirror-config files/.proxy-config files/.docker-config.json
|
||||
break;;
|
||||
""|[Nn]* ) break;;
|
||||
* ) echo "Please answer y/n.";;
|
||||
esac
|
||||
done
|
||||
|
||||
while : ; do
|
||||
read -p "Remove custom generated files (y/n)? " yn
|
||||
case "${yn}" in
|
||||
[yY]*|[Oo]* )
|
||||
rm -f files/.customDocker.sh
|
||||
rm -f files/kaz/.customDocker.sh files/local.sh
|
||||
break;;
|
||||
""|[Nn]* ) break;;
|
||||
* ) echo "Please answer y/n.";;
|
||||
esac
|
||||
done
|
@ -4,7 +4,7 @@ dokuwiki
|
||||
garradin
|
||||
gitea
|
||||
jirafeau
|
||||
mattermost
|
||||
#mattermost
|
||||
roundcube
|
||||
#keycloak
|
||||
mobilizon
|
||||
|
@ -176,8 +176,8 @@ auth:
|
||||
cd
|
||||
git clone https://framagit.org/flesueur/snster.git
|
||||
cd snster
|
||||
# git checkout tags/v1.1.0
|
||||
git checkout 34b7c57cb7480cb4b3a84d14a1a46b60d0eb5967
|
||||
git checkout tags/v1.2.0
|
||||
# git checkout 34b7c57cb7480cb4b3a84d14a1a46b60d0eb5967
|
||||
./install.sh
|
||||
|
||||
# BTRFS avec hotfix sale de SNSTER
|
||||
|
Reference in New Issue
Block a user