OSDN Git Service

fix other host
authorpaperbenni <paperbenni@gmail.com>
Thu, 30 Jul 2020 19:04:28 +0000 (21:04 +0200)
committerpaperbenni <paperbenni@gmail.com>
Thu, 30 Jul 2020 19:04:28 +0000 (21:04 +0200)
archinstall.sh

index f08efc5..328aa5f 100755 (executable)
@@ -9,6 +9,7 @@
 
 # fix old mirror
 sed -i 's/instantos\.surge\.sh/packages.instantos.io/g' /etc/pacman.conf
+sed -i 's/repo\.instantos\.sh/packages.instantos.io/g' /etc/pacman.conf
 
 if ! whoami | grep -iq '^root'; then
     echo "not running as root, switching"