We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3234e24 commit e204862Copy full SHA for e204862
1 file changed
scripts/install-packages.sh
@@ -73,7 +73,7 @@ if [ "${OS}" = 'Linux' ]; then
73
#install_native_package openssl-1.1 # Required for package management
74
75
if [ "${ARCH}" != 'armv7l' ]; then
76
- install_aur_package_manually 'paru-bin'
+ install_aur_package_manually 'paru'
77
else
78
# Special case, since we don't want to build paru from source (it takes a LOOONG time)
79
install_aur_package_manually 'yay-bin'
0 commit comments