Add sudo, Fix Repository
This commit is contained in:
parent
403648b31f
commit
c751f5f172
1 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ if [[ "${systype}" == "x86_64-efi" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing Base System Packages"
|
echo "Installing Base System Packages"
|
||||||
pacstrap /mnt base $kernel $microcode $firmware $extrapkgs btrfs-progs grub grub-btrfs snapper vim git tmux htop iftop iotop tcpdump mtr rsync wget which zip lsof strace openssh inetutils bc man-pages
|
pacstrap /mnt base $kernel $microcode $firmware $extrapkgs btrfs-progs grub grub-btrfs snapper vim git tmux htop iftop iotop tcpdump mtr rsync wget which zip lsof strace openssh inetutils bc man-pages sudo
|
||||||
|
|
||||||
echo "Creating Basic Config Files"
|
echo "Creating Basic Config Files"
|
||||||
genfstab -U /mnt | sed -e 's/suvolid=[0-9]*,//g' >> /mnt/etc/fstab
|
genfstab -U /mnt | sed -e 's/suvolid=[0-9]*,//g' >> /mnt/etc/fstab
|
||||||
|
@ -220,7 +220,7 @@ arch-chroot /mnt /bin/bash -e <<EOF
|
||||||
pacman-key --lsign-key 805517CC
|
pacman-key --lsign-key 805517CC
|
||||||
echo '[seiichiro]' >> /etc/pacman.conf
|
echo '[seiichiro]' >> /etc/pacman.conf
|
||||||
echo 'SigLevel = Required DatabaseOptional TrustedOnly' >> /etc/pacman.conf
|
echo 'SigLevel = Required DatabaseOptional TrustedOnly' >> /etc/pacman.conf
|
||||||
echo 'Server = http://www.seiichiro0185.org/repo/$arch' >> /etc/pacman.conf
|
echo 'Server = http://www.seiichiro0185.org/repo/\$arch' >> /etc/pacman.conf
|
||||||
|
|
||||||
echo "Setting up Snapper"
|
echo "Setting up Snapper"
|
||||||
umount /.snapshots
|
umount /.snapshots
|
||||||
|
|
Loading…
Reference in a new issue