Compare commits
4 commits
12004cae44
...
0c92713228
Author | SHA1 | Date | |
---|---|---|---|
|
0c92713228 | ||
|
ff33200754 | ||
|
a3fdf07aa7 | ||
|
dfc0de1e6d |
2 changed files with 5 additions and 5 deletions
|
@ -6,10 +6,10 @@ emby-server:
|
||||||
service.running:
|
service.running:
|
||||||
- enable: true
|
- enable: true
|
||||||
|
|
||||||
/var/lib/emby:
|
#/var/lib/emby:
|
||||||
file.symlink:
|
# file.symlink:
|
||||||
- target: /mnt/emby
|
# - target: /mnt/emby
|
||||||
- force: true
|
# - force: true
|
||||||
|
|
||||||
/etc/conf.d/emby-server:
|
/etc/conf.d/emby-server:
|
||||||
file.managed:
|
file.managed:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
cd /root/scripts
|
cd /root/scripts
|
||||||
curl 'https://www.archlinux.org/mirrorlist/?country=CA&country=US&protocol=http&protocol=https&ip_version=4&use_mirror_status=on)' > tempMirrors.list
|
curl 'https://archlinux.org/mirrorlist/?country=CA&country=US&protocol=http&protocol=https&ip_version=4&use_mirror_status=on)' > tempMirrors.list
|
||||||
sleep 10
|
sleep 10
|
||||||
sed -i 's/^#Server/Server/' tempMirrors.list
|
sed -i 's/^#Server/Server/' tempMirrors.list
|
||||||
cat tempMirrors.list | grep -e "Server = .*\/[$]repo\/os\/[$]arch" > tempMirrors2.list
|
cat tempMirrors.list | grep -e "Server = .*\/[$]repo\/os\/[$]arch" > tempMirrors2.list
|
||||||
|
|
Loading…
Add table
Reference in a new issue