There was an error while loading. Please reload this page.
1 parent 3ef8dc8 commit 64ae624Copy full SHA for 64ae624
2 files changed
ct/salt.sh
@@ -36,7 +36,7 @@ function update_script() {
36
sed -i "s/^\(Pin: version \).*/\1${RELEASE}/" /etc/apt/preferences.d/salt-pin-1001
37
$STD apt update
38
$STD apt upgrade -y
39
- echo "${RELEASE}" >/~.salt
+ echo "${RELEASE}" >~/.salt
40
msg_ok "Updated successfully!"
41
fi
42
exit
install/salt-install.sh
@@ -29,7 +29,7 @@ Pin: version ${RELEASE}
29
Pin-Priority: 1001
30
EOF
31
$STD apt install -y salt-master
32
-echo "${RELEASE}" >/~.salt
+echo "${RELEASE}" >~/.salt
33
msg_ok "Installed Salt"
34
35
motd_ssh
0 commit comments