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