Compare commits

...

8 Commits

Author SHA1 Message Date
Kilian ec661af76b Remove React plugin submodule 2024-11-11 23:16:33 +01:00
Kilian bce5af676e Latest Pt.2 2022-04-25 04:53:44 +02:00
Kilian 328bfaed92 Merge branch 'master' of https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-OctoberPlugins 2022-04-25 04:52:53 +02:00
Kilian 6cc10f9a46 Latest 2022-04-25 04:52:13 +02:00
Kilian Hofmann 4301013547 Latest 2021-09-14 10:10:52 +02:00
Kilian 0adb11a225 Newest Modules 2021-08-14 22:39:54 +02:00
Kilian 49ee51f114 Require 2021-08-14 15:25:34 +02:00
Kilian 72e54f1119 CD 2021-08-14 15:19:35 +02:00
10 changed files with 13 additions and 12 deletions
-3
View File
@@ -7,9 +7,6 @@
[submodule "GermanAirlinesVA-Schooling"]
path = GermanAirlinesVA-Schooling
url = https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Schooling.git
[submodule "GermanAirlinesVA-React"]
path = GermanAirlinesVA-React
url = https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-React.git
[submodule "GermanAirlinesVA-Routes"]
path = GermanAirlinesVA-Routes
url = https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Routes.git
+2 -1
View File
@@ -7,6 +7,7 @@
"germanairlinesva/schooling": "dev-master",
"germanairlinesva/fleet": "dev-master",
"germanairlinesva/react": "dev-master",
"germanairlinesva/routes": "dev-master"
"germanairlinesva/routes": "dev-master",
"germanairlinesva/social": "dev-master"
}
}
+4
View File
@@ -24,6 +24,10 @@ repos="{
\"ga.routes\": {
\"type\": \"git\",
\"url\": \"https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Routes.git\"
},
\"ga.social\": {
\"type\": \"git\",
\"url\": \"https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Social.git\"
}
}"
require="{
+1 -1
View File
@@ -18,7 +18,7 @@ if [ $? != 0 ]; then
fi
whiptail --msgbox "Installing packages" 7 23
cd plugins/germanairlinesva/fleet
cd ../plugins/germanairlinesva/fleet
yarn install
if [ $? != 0 ]; then
echo -e "\033[0;31mCould not install fleet packages"