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 0607028 commit 4539787Copy full SHA for 4539787
scripts/setup.sh
@@ -41,6 +41,8 @@ echo -e "${INFO}Cloning repository...${RESET}"
41
git clone https://github.com/debloper/piosk.git "$PIOSK_DIR"
42
cd "$PIOSK_DIR"
43
44
+git checkout "d586dfa833187df34de8e8345b85c8d27be8bdc9"
45
+
46
# echo -e "${INFO}Checking out latest release...${RESET}"
47
# git checkout devel
48
# git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
0 commit comments