File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44#
55# Ccr is a fork of Packer by Matthew Bruenig <[email protected] >66# Licensed under GPL version 3
7- ccrver=4.0.3
7+ ccrver=4.0.5
88
99# prevent running the script as root
1010if [[ $EUID == 0 ]] && ! [[ $1 == " -Ss" || $1 == " -Si" || $1 == " -Ssq" || $1 == " -G" ]]; then
@@ -22,8 +22,8 @@ makepkgconf='/etc/makepkg.conf'
2222usermakepkgconf=" $HOME /.makepkg.conf"
2323pacmanconf=' /etc/pacman.conf'
2424
25- RPCURL=" http ://chakraos .org/ccr/rpc.php?type"
26- PKGURL=" http ://chakraos .org/ccr/packages"
25+ RPCURL=" https ://chakralinux .org/ccr/rpc.php?type"
26+ PKGURL=" https ://chakralinux .org/ccr/packages"
2727
2828if [[ -t 1 && ! $COLOR = " NO" ]]; then
2929 COLOR1=' \e[1;39m'
Original file line number Diff line number Diff line change 11#! /bin/bash
2- ver=4.0.4
2+ ver=4.0.5
33tempdir=" /tmp/ccr-tools-$UID "
44configdir=" $HOME /.config/ccr-tools"
55configrc=" $configdir /config"
6- ccrbaseurl=" https://chakraos .org/ccr/"
6+ ccrbaseurl=" https://chakralinux .org/ccr/"
77rpcurl=" ${ccrbaseurl} rpc.php?type"
88ccrurl=" ${ccrbaseurl} packages.php"
99idurl=" ${ccrbaseurl} rpc.php?type=info&arg="
@@ -79,7 +79,7 @@ usage() {
7979 echo " pass=YOUR_CCR_PASS"
8080 echo
8181 echo " To create a new account just go to:"
82- echo " https://chakraos .org/ccr/account.php"
82+ echo " https://chakralinux .org/ccr/account.php"
8383 exit
8484}
8585
You can’t perform that action at this time.
0 commit comments