We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5100ca commit b682c7dCopy full SHA for b682c7d
ccr
@@ -4,7 +4,7 @@
4
#
5
# Ccr is a fork of Packer by Matthew Bruenig <[email protected]>
6
# Licensed under GPL version 3
7
-ccrver=4.0.2
+ccrver=4.0.3
8
9
# prevent running the script as root
10
if [[ $EUID == 0 ]] && ! [[ $1 == "-Ss" || $1 == "-Si" || $1 == "-Ssq" || $1 == "-G" ]]; then
ccr-tools
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-ver=4.0.2
+ver=4.0.3
3
tempdir="/tmp/ccr-tools-$UID"
configdir="$HOME/.config/ccr-tools"
configrc="$configdir/config"
0 commit comments