mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
refactor: embed install.sh script in uc CLI to not curl | sh and version together with CLI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Package scripts embeds shell scripts shipped with the uc CLI so they can be
|
||||
// executed on remote machines without being fetched from the network.
|
||||
package scripts
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed install.sh
|
||||
var InstallScript string
|
||||
Reference in New Issue
Block a user