Skip to content

Commit

Permalink
added script as index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 31, 2024
1 parent 7ffa4e2 commit db6401d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

mkdir --parents "$PREFIX/etc/apt/sources.list.d"
echo "\
deb [trusted=yes] https://termux.carapace.sh termux extras
" > "$PREFIX/etc/apt/sources.list.d/carapace.list"

0 comments on commit db6401d

Please sign in to comment.