Skip to content

Commit

Permalink
Do not modify dbpath in pacman global config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jul 27, 2021
1 parent 9bfaf8a commit 3464956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/windows/substrate_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -rf /var/cache/pacman/*

sed -i 's/#CacheDir/CacheDir/' /etc/pacman.conf
sed -i 's/#LogFile/LogFile/' /etc/pacman.conf
sed -i 's/#DBPath/DBPath/' /etc/pacman.conf
#sed -i 's/#DBPath/DBPath/' /etc/pacman.conf

curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
Expand Down

0 comments on commit 3464956

Please sign in to comment.