Skip to content

Commit

Permalink
update Skeet install script version
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Feb 26, 2024
1 parent 3a77e37 commit 1fa04e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/common/SkeetRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { BookOpenIcon } from '@heroicons/react/24/outline'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faGithub } from '@fortawesome/free-brands-svg-icons'

const installScript = `sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.5.0)"`
const installScript = `sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v2.0.1)"`

export default function SkeetRow() {
const { t, i18n } = useTranslation()
Expand Down

0 comments on commit 1fa04e0

Please sign in to comment.