Skip to content

Commit 4539787

Browse files
authored
feat(version): update setup.sh to pin installation to a stable commit (#95)
1 parent 0607028 commit 4539787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ echo -e "${INFO}Cloning repository...${RESET}"
4141
git clone https://github.com/debloper/piosk.git "$PIOSK_DIR"
4242
cd "$PIOSK_DIR"
4343

44+
git checkout "d586dfa833187df34de8e8345b85c8d27be8bdc9"
45+
4446
# echo -e "${INFO}Checking out latest release...${RESET}"
4547
# git checkout devel
4648
# git checkout $(git describe --tags $(git rev-list --tags --max-count=1))

0 commit comments

Comments
 (0)