Skip to content

Commit 8fe2376

Browse files
Install script fixes
1 parent c7e7a28 commit 8fe2376

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codequill_app.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ main() {
4040
cd ~ || exit
4141
check_success "Changed to home directory"
4242

43+
mkdir -p codequill
44+
cd codequill || exit
45+
check_success "Changed to codequill directory"
46+
4347
# Download the installation script
4448
if ! curl -O https://raw.githubusercontent.com/The-Best-Codes/codequill/main/.device_scripts/codequill.sh; then
4549
print_color "${RED}" "Failed to download installation script"

0 commit comments

Comments
 (0)