Skip to content
Snippets Groups Projects
Unverified Commit 511ca9d9 authored by nl6720's avatar nl6720
Browse files

Move choose-mirror script to /usr/local/bin/

/etc/systemd/scripts/ is not a standard directory.

Run shellchek on the choose-mirror script.
parent 3cf8e738
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,4 @@ lint: ...@@ -13,3 +13,4 @@ lint:
archiso/mkarchiso archiso/mkarchiso
configs/{baseline,releng}/build.sh configs/{baseline,releng}/build.sh
configs/releng/airootfs/root/.automated_script.sh configs/releng/airootfs/root/.automated_script.sh
configs/releng/airootfs/usr/local/bin/choose-mirror
...@@ -4,7 +4,7 @@ ConditionKernelCommandLine=mirror ...@@ -4,7 +4,7 @@ ConditionKernelCommandLine=mirror
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/etc/systemd/scripts/choose-mirror ExecStart=/usr/local/bin/choose-mirror
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment