fix perm + pacco
This commit is contained in:
parent
ad40b6560c
commit
227caebf88
3 changed files with 5 additions and 17 deletions
|
@ -44,13 +44,13 @@ LocalFileSigLevel = Optional
|
|||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
||||
|
||||
#[extra-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the multilib repositories as required here.
|
||||
|
@ -59,7 +59,7 @@ Include = /etc/pacman.d/mirrorlist
|
|||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
||||
|
||||
[navos]
|
||||
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
# remove from airootfs!
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = pacman-mirrorlist
|
||||
|
||||
[Action]
|
||||
Description = Uncommenting all mirrors in /etc/pacman.d/mirrorlist...
|
||||
When = PostTransaction
|
||||
Depends = pacman-mirrorlist
|
||||
Depends = sed
|
||||
Exec = /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
|
|
@ -21,6 +21,7 @@ file_permissions=(
|
|||
["/root/.automated_script.sh"]="0:0:755"
|
||||
["/root/.gnupg"]="0:0:700"
|
||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
||||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||
["/etc/skel/Desktop/Copy Configuration.desktop"]="1000:1000:744"
|
||||
["/etc/skel/Desktop/Install System.desktop"]="1000:1000:744"
|
||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue