Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
despiegk committed Dec 18, 2023
1 parent 8ca7dd6 commit 6cef067
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ pub fn install(args InstallArgs) ! {

println(' - ${args.name} installed properly.')
}


fn checkplatform() ! {
myplatform := osal.platform()
if !(myplatform == .ubuntu || myplatform == .arch) {
return error('platform not supported')
}
}

0 comments on commit 6cef067

Please sign in to comment.