Skip to content

Commit

Permalink
updated slightly by switching curl -0 wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Rinaldi committed Feb 3, 2022
1 parent 91e6769 commit 828381d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo pacman -S base-devel
# move up a directory from wombatforensics clone
cd ../
# download AUR snapshot
curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/afflib.tar.gz
wget https://aur.archlinux.org/cgit/aur.git/snapshot/afflib.tar.gz
# extract the afflib PKGBUILD
tar -xzf afflib.tar.gz
# cd into the afflib directory
Expand All @@ -36,7 +36,7 @@ sudo pacman -S zip unzip p7zip libheif
# move up a directory from wombatforensics clone
cd ../
# download AUR snapshot
curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/liblnk-git.tar.gz
wget https://aur.archlinux.org/cgit/aur.git/snapshot/liblnk-git.tar.gz
# extract the liblnk-git PKGBUILD
tar -xzf liblnk-git.tar.gz
# cd into the liblnk-git directory
Expand Down

0 comments on commit 828381d

Please sign in to comment.